The cookiecutter-py package provides a default structure for a Python
package used in the Simpson Lab.
cookiecutter is required to populate the template and create the
Python package skeleton. This can be done from pip and conda.
From pip:
pip install --user cookiecutter
From conda:
conda install cookiecutter
git clone git@github.com:simpsonlab/cookiecutter-py.git
cookiecutter cookiecutter-py
MIT