Skip to content

ahasha/cookiecutter-pypackage

 
 

Repository files navigation

Cookiecutter PyPackage

Cookiecutter template for reproducible Data Science backed by a portable Python package.

Features

  • Data versioning and simple data pipelining with dvc
  • Environment management with conda
  • Automated testing with pytest
  • A sensible default project structure organizing notebooks, data, and shared modules
  • Command line interface using Docopt (optional)
  • Sphinx docs: Documentation ready for generation with, for example, Read the Docs
  • bump2version: Pre-configured version bumping with a single command

Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):

pip install -U cookiecutter

Generate a Python package project:

cookiecutter https://github.com/ahasha/cookiecutter-pypackage.git

Then:

  • Create a repo and put it there.
  • Install the dev requirements into an Anaconda environment virtualenv. (conda env create -f environment.yml)
  • Update the environment.yml file with the specific dependencies and versions necessary to replicate your analytical results.
  • Add a requirements.txt file that specifies the minimal dependencies required for your package to be installed. For more info see the pip docs for requirements files.

For more details, see the cookiecutter-pypackage tutorial.

Not Exactly What You Want?

Don't worry, you have options:

Similar Cookiecutter Templates

Fork This / Create Your Own

If you have differences in your preferred setup, I encourage you to fork this to create your own version. Or create your own; it doesn't strictly have to be a fork.

  • Once you have your own version working, add it to the Similar Cookiecutter Templates list above with a brief description.
  • It's up to you whether or not to rename your fork/own version. Do whatever you think sounds good.

About

Cookiecutter template for a Python package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.8%
  • Makefile 14.2%
  • Batchfile 3.0%