A sample project on how to make a python package.
> python3 -m pip install https://github.com/amphinicy/python-package-sample-project/archive/master.zip
Create new git repository and enter following command into the terminal:
> sample new _git_clone_destination_path_
Replace _git_clone_destination_path_
with actual path where you want your git repository to be cloned.
> sample zen
Read the documentation on how to start a new python package project.