Glossary coding Term Page
pyproject.toml
The standard file for declaring package metadata and dependencies
Core Idea
pyproject.toml is The standard file for declaring package metadata and dependencies. It usually makes the most sense alongside uv.lock, Environment variables.
Why It Matters Here
Mathbong reuses this term across python posts as shared vocabulary.