/scientific-python-cookiecutter

a tutorial and 'cookiecutter' template for a scientific Python library

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

Scientific Python Cookiecutter

Forked from https://github.com/NSLS-II/scientific-python-cookiecutter

This repository contains a cookiecutter template for generating a scientific Python project complete with CI testing and documentation.

To Use:

cookiecutter https://github.com/aleaf/scientific-python-cookiecutter

And then fill in some basic information following the prompts.

Once the template is created, see the Tutorial Documentation on how to use the template to organize scientific Python code into a package and use popular tools for testing, documentation, and maintenance.