Glossary coding Term Page

pyproject.toml

The standard file for declaring package metadata and dependencies

pyproject-toml #coding#python
Korean version

Related Concepts

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.

Posts Mentioning This Concept