Talks: pyproject.toml, packaging, and you

Saturday - April 22nd, 2023 2:30 p.m.-3 p.m. in 255DEF

Presented by:


Experience Level:

Some experience

Description

What is pyproject.toml? What is it good for?

The talk will cover the basic format and extensibility of pyproject.toml. It will show how it is extensible by showing how a couple of tools integrate with it. Then the talk will cover how to use pyproject.toml as the source of truth for packaging your Python project with setuptools. Special attention will be given to integration with setuptools plugins.