https://github.com/norbcodes/ncapybaralib
A small library with a bunch of functions and thingies I made for fun.
https://github.com/norbcodes/ncapybaralib
capybara functional-programming library math mathematics module ncapybaralib python python-library python-module python-package python3 wad
Last synced: 2 months ago
JSON representation
A small library with a bunch of functions and thingies I made for fun.
- Host: GitHub
- URL: https://github.com/norbcodes/ncapybaralib
- Owner: norbcodes
- License: mit
- Created: 2024-04-19T15:29:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T11:25:50.000Z (3 months ago)
- Last Synced: 2025-08-17T10:35:56.380Z (2 months ago)
- Topics: capybara, functional-programming, library, math, mathematics, module, ncapybaralib, python, python-library, python-module, python-package, python3, wad
- Language: Python
- Homepage: https://pypi.org/project/NCapybaraLib/
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
NCapybaraLib
On Pypi
Download
Supported versions
Usage
Where is this library used?NCapybaraLib
![]()
![]()
![]()
![]()
![]()
A small library with a bunch of functions and thingies I made for fun.
So far, there's nothing much, but it will grow as time goes.Check out the library on PyPi!
Download
To download this library, run this command:pip install NCapybaraLib
This library does not need any dependencies.
You can alternatively get the latest release here.
Or you can clone the main branch and build the library yourself.
Main branch is the most up-to-date branch, so be careful when cloning dev branches.
You can get the source code from the latest tag and built that, though.
Supported versions
Python 3.12Python 3.11Usage
NCapybaraLib is split into multiple files.
To import the 'String' submodule for example, do this:import NCapybaraLib.String
Or, you can import everything using this handy tool:import NCapybaraLib.All as NCapybaraLib
As the code above suggests, this imports every class and object from the library.
I personally suggest you also name it just NCapybaraLib, so it looks a bit better.
What you shouldn't do though, is:from NCapybaraLib.All import *
This will pollute your global scope with all of the NCapybaraLib functions/classes :)Where is this library used?
Hardly doubt it's used as of right now. Here are the results...