JJK96 / python-template

Cookiecutter template for a new Python script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookiecutter project to create a Python script

The script uses click for the CLI interface, dynaconf for configuration and pytest for tests.

Usage

cookiecutter /path/to/this/repo

Then set repo_name to where you want to write your new project.

About

Cookiecutter template for a new Python script

License:MIT License


Languages

Language:Python 81.7%Language:Makefile 18.3%