Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.79 KB

README.rst

File metadata and controls

53 lines (33 loc) · 1.79 KB

DKIST package template

Powered by SunPy Badge

This is the template for DKIST Python packages.

For more information, see:

Using this package template

Using cookiecutter

This package template makes use of the cookiecutter package to make it easier to get started with the package template. You will need to install cookiecutter which can be done easily using conda or pip:

conda install -c conda-forge cookiecutter gitpython

pip install cookiecutter gitpython

Once you have cookiecutter installed you can run:

cookiecutter gh:dkistdc/package-template

Which will ask you a series of questions to configure your package.

Improving the package template

If you want to modify this package template to add or fix things, the folder that the user ends up with is {{ cookiecutter.package_name }} in this repository. Everything in the repository that is not in this folder is not part of the template that the user will have rendered.

For further information on writing templates for cookiecutter see the cookiecutter docs.

Attribution

This package template is a derivative of the sunpy package template which is a derivative of the astropy package template, thanks astropy!