Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 843 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 843 Bytes

kipac-package-template

cookiecutter template for Python packages.

Usage:

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.

Feedback, License etc

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.