tibor-mach / my-cookiecutter

A simple repo teplate with stuff I use regularly together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-cokkiecutter

A simple repo template with stuff I use im most repositories.

Currently, it contains a Sphinx documentation template, a pyproject.toml template file, a .pre-commit-config.yaml with common settings and a package structure with a Makefile to quickly create a Python virtual environment.

The virtual environment can be set up quickly by

make venv

and then activated by

source .venv/bin/activate

At the moment, it is necessary to manually rewrite all occurences of my-cookiecutter in the repo structure and in pyproject.toml to the actual project name.

The documentation can be built (into html) by going to the docs/source directory and calling

make html

About

A simple repo teplate with stuff I use regularly together

License:Apache License 2.0


Languages

Language:Makefile 96.5%Language:Python 3.5%