smoh / cookiecutter-pyresearchproject

cookiecutter template for python research project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-pyresearchproject

Cookiecutter boilerplate for a python-centered research project

Do cookiecutter https://github.com/smoh/cookiecutter-pyresearchproject, and you are prompted to give project name, etc.

Creates the following files and directories:

$ tree \{\{cookiecutter.project_name\}\}
{{cookiecutter.project_name}}
├── README.md
├── docs
│   └── README.md
├── environment.yml
├── scripts
│   └── README.md
├── setup.py
└── {{cookiecutter.project_name}}
    └── __init__.py

After generation, you can also download AAS journals paper template, too.

About

cookiecutter template for python research project


Languages

Language:Python 80.6%Language:Shell 19.4%