Python project

from blog Roman Imankulov, | ↗ original
Here is a starter for a Python project. It can be used as the next step after creating the boilerplate with cookiecutter-python-project Dependencies: deescovery for dynamic discovery of modules python-dotenv for loading environment variables from .env and .env. files (e.g., .env.development) click for creating CLI commands Optionally, IPython for...