mrdimfox / python-package-template

Cookiecutter driven python package template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package template

How to use

  1. Install cookiecutter
pip install cookiecutter
  1. Run cmd below and follow the instructions
cookiecutter https://github.com/mrdimfox/python-package-template.git
  1. (optional) Initialize Git repository
cd package_name && git init && git remote add origin <yor_remote_url_here>
  1. (optional) Conda may be used to create a Python environment.
conda env create -f conda.yaml

About

Cookiecutter driven python package template

License:MIT License


Languages

Language:Python 100.0%