packBase is a simple package to create a template repo for new Python packages.
git clone git@github.com:HaniceSun/packBase.git
pip install .
mkidir new_package
cd new_package
packBase
create a new repo named new_package on GitHub and push the code
Author: Hanice Sun
Email: hanicesun@gmail.com
License: MIT License
