Skip to content

AlanPearl/pypackbasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypackbasics

Python Packaging Basics: An educational template package

Installation

git clone https://github.com/AlanPearl/pypackbasics
cd pypackbasics
pip install .

Dependencies

  • Python >= 3.6

Assignments

  • From an outside directory, run python -m pypackbasics.otherpack --help to run the __main__.py script
  • 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

Extensive resource for best practices

About

An educational template for making Python packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages