/kipac_package_template

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.