In this video, I walk through the basics of a Python project setup using pyproject.toml. Instead of teaching step by step, I simply show what it’s all about and how different parts connect.
You’ll see:
What’s inside pyproject.toml
How to inspect packages with pip show
Running a simple CLI command (mlp) defined in the project
The role of setup.cfg alongside modern configuration
This video gives you a quick look at how a Python project is structured and how tools like pyproject.toml make it easier to manage dependencies, metadata, and command-line entry points.