mnarayan / cookiecutter-shablona

Create cookiecutters from the uwescience/shablona project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-shablona

This project creates cookiecutter templates based on shablona. The cookiecutter template structure has been modeled after cookiecutter-data-science

Requirements to use the cookiecutter template:


  • Python 2.7 or 3.5
  • Cookiecutter Python package >= 1.4.0: This can be installed with pip by or conda depending on how you manage your Python packages:
$ pip install cookiecutter

or

$ conda config --add channels conda-forge
$ conda install cookiecutter

To start a new project, run:


If you initialize cookiecutter with the default variables, you will recreate the shablona template.

cookiecutter https://github.com/mnarayan/cookiecutter-shablona

Installing cookiecutter requirements


pip install -r requirements.txt

Running the tests


py.test tests

About

Create cookiecutters from the uwescience/shablona project template

License:MIT License


Languages

Language:Python 61.3%Language:Jupyter Notebook 32.9%Language:Makefile 5.8%