A Python Application describes required packages, entry point and constraints for the operation and development process.
- An entry point, e.g.
my_app.my_module:App
- Constraints for required packages AppR, e.g. {my_app=1.2.3, my_util=0.1.2, pandas=1.2.5, ...}