Declarative and sandboxed Python apps 2022

Опубликовано: 15 Ноябрь 2024
на канале: Skybert Hacks
371
14

Make Python apps that have a declarative build configuration (setup.cfg/PEP 517) are sandboxed (Pipfile & pipenv) and are repeatable (named versions and Pipfile.lock). Furthermore, the Python app is organised in multiple modules and a Unix command is generated to launch the application.

I show the best way I've found to achieve the above writing as little code as possible.

🎞️ Slides from the talk: https://talks.skybert.net/r/2022-pyth...

🕸️ skybert.net
🐦 @torsteinkrause
📫 [email protected]