This library will be used for making charts easier for Network Performance Engineers
This package was creating following this tutorial:
https://packaging.python.org/tutorials/packaging-projects/
To update the package on PyPI:
- Update version number in setup.cfg
- In terminal, build the new version: "python3 -m build"
- Upload to PyPI: "twine upload dist/*"
OR just upload to alt private repo manually (see hallred.com/py_repo as example) - Enter username and password for PyPI. Done!
To install the package. Do this from the terminal:
pip install "hallred-chart"
Or to install it from a NON PyPI repository (like hallred.com/py_repo), do this:
pip install --index-url https://hallred.com/py_repo/ hallred-chart