This project is attempting to illustrate how to organize python library projects & runnable projects in a monorepo.
This project is using the minimum python version as indicated in pyproject.toml.
python3 -m venv .venv
source .venv/bin/activate
# see below for TODOsPoetry edit mode?
- Deliver a self-contained, single-file, portable, runnable executable?
- Binary and obfuscated format?