Create a functional skeleton of a python package
To create a skeleton of a python project:
initialization of the README
initialization of the loggers
initialization of tests
quality control of the code (black, flake8, ...)
setting up of legal aspects (header, LICENSE)
implementation of tasks by a Makefile
pip install cookiecutter
cookiecutter https://github.com/pdssp/skeleton-python-binary
👤 Jean-Christophe Malapert