tdev Purpose To provide a set of tools to help with starting python development projects Build To build a package run the following: cd src python setup.py sdist Install To install build the package and install it using pip. Test test the package using pytest