We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
A toolbox to factorize some code utilities across various projects.
The package requires Python 3.7 or above and is available on PyPI:
python3 -m pip install pyntb
The optional dependencies used in the examples in the Github repository can be installed at the same time by typing instead:
python3 -m pip install pyntb[examples]
geoutils
optimize
scipy.optimize.fixed_point
polynomial
Seeexamples directory for more details.
examples