Skip to content

hasta13/chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Update version number in setup.cfg
  2. In terminal, build the new version: "python3 -m build"
  3. Upload to PyPI: "twine upload dist/*"
    OR just upload to alt private repo manually (see hallred.com/py_repo as example)
  4. 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

About

Charting for Network Performance Engineers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages