Python Packaging Basics: An educational template package
git clone https://github.com/AlanPearl/pypackbasics
cd pypackbasics
pip install .
Dependencies
- Python >= 3.6
- From an outside directory, run
python -m pypackbasics.otherpack --helpto run the__main__.pyscript - From the root directory of this project, run the single test case with
python -m unittest - In
tests/test_basic.py, write another test case and make sure it passes