cookiecutter template for Python packages.
cookiecutter https://github.com/KIPAC/kipac_package_template
After creating your repository, cd
into it and do
git init
git add .
git commit -m "initial commit"
It is now ready for pushing to GitHub.
You'll want to check that the package is set up the way you want it by browsing the files that cookiecutter
made.
kipac_package_template
is maintained (mainly) by Eric Charles (@eacharles). If you have comments, suggestions or questions, please write us an issue.
This is open source software, available for re-use under the modified BSD license.