A small library with a bunch of functions and thingies I made for fun.
Project description
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, however the main branch is where development goes on, so it may not work well.
You can get the source code from the latest tag and built that, though.
Supported versions
Python 3.12 | Python 3.11 |
---|
Usage
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...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ncapybaralib-1.1.0.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file ncapybaralib-1.1.0.tar.gz
.
File metadata
- Download URL: ncapybaralib-1.1.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06fa813ab2b545f9958bcf34b280963b22fe24cafc0f6035b22d8b3e88e37669 |
|
MD5 | 160f83379e7584e56dbc6b8c2290b9c5 |
|
BLAKE2b-256 | 705125d15bca28a7dfce9004b44ff399a02136d61c4519e47a344c4335670371 |
File details
Details for the file NCapybaraLib-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: NCapybaraLib-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 947b6442b5cb7e2223c655717d61edba9d81563c70eab867faefeea42306b43d |
|
MD5 | 31da3a804dc0ffe01e7153458cd76c35 |
|
BLAKE2b-256 | d77eb612da6cb7d7445d9da63e6bc3efc25a07bfbb9a18111fbc1b39ebf2d691 |