Real Python Tutorials

How to Manage Python Projects With pyproject.toml
NEW

How to Manage Python Projects With pyproject.toml

Learn how to manage Python projects with the pyproject.toml configuration file. In this tutorial, you'll explore key use cases of the pyproject.toml file, including configuring your build, installing your package locally, managing dependencies, and publishing your package to PyPI.

Feb 19, 2025 intermediate tools