An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

NCapybaraLib
On Pypi
Download
Supported versions
Usage
Where is this library used?


NCapybaraLib



License
Downloads on Github
Downloads on PyPi
Stars
LatestRelease


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.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...