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.
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.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ncapybaralib-1.2.0.tar.gz.
File metadata
- Download URL: ncapybaralib-1.2.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f7e6fd52d0d7db2b2d4d712432be544aecb72df17cab4029443d2fbb12f3afa
|
|
| MD5 |
8e4527ee32c86e03f3a9a708462ab398
|
|
| BLAKE2b-256 |
d715933ab8865b5b23167b54a2a14e7bd3e6bd1dd3cbdc1d7ad47d35f853e39a
|
File details
Details for the file ncapybaralib-1.2.0-py3-none-any.whl.
File metadata
- Download URL: ncapybaralib-1.2.0-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2ca23e209987605b6239c0edfae77c745f29a1c009d2e57609468e3f51975cf
|
|
| MD5 |
63613587b29389dfc58660ee4764f604
|
|
| BLAKE2b-256 |
69e2228bcd36832110fd86be77e342da7af88f4c00b8f9d266109bfeb1e77ca1
|