Create a functional skeleton of a python package for a web service
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/pole-surfaces-planetaires/skeleton-python-ws
👤 Jean-Christophe Malapert