collected by Ser@fin
Simple CLI application for setting up the structure of code.
Package defined in pyproject.toml
file.
venv_setup.py
- script for setting up the virtual environment.
buildme.py
- script for building the package and container image to execute this CLI application.
cliapp-cmd.py
- script for running the CLI application in PyCharm, this is to mock how the application
is being run while installed as package.
Written either for some specific tasks or for being source of code snippets.
Main assumption - those scripts are using standard library only.