/Python-Package-Example

A demo of a python package

Primary LanguagePython

Python-Package-Example

Online Install

pip install git+https://github.com/TaylerUva/Python-Package-Example.git

Offline Install

  1. Clone or download the repository

  2. Access the root directory: uva_libs

  3. Run pip install .

References

https://stackoverflow.com/questions/16425434/how-to-create-a-python-package-with-multiple-files-without-subpackages

https://uoftcoders.github.io/studyGroup/lessons/python/packages/lesson/

https://packaging.python.org/tutorials/packaging-projects/

https://python-packaging.readthedocs.io/en/latest/minimal.html