Packaging Python Projects, Python Packaging Authority, 2024 - Official guide for structuring, packaging, and distributing Python applications and libraries, covering layout and dependency files.
The Twelve-Factor App, Adam Wiggins, 2011 - A foundational methodology for building robust and scalable software-as-a-service applications, including principles for configuration management and deployment.
Poetry Documentation, Sébastien Eustace and Contributors, 2024 - Official documentation for Poetry, a Python dependency management and packaging tool that helps ensure reproducible builds through clear dependency definitions.