Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Python project trove classifiers - Do you need this bit of pyproject.toml metadata?

Python project trove classifiers - Do you need this bit of pyproject.toml metadata?

FromTest and Code


Python project trove classifiers - Do you need this bit of pyproject.toml metadata?

FromTest and Code

ratings:
Length:
33 minutes
Released:
Apr 4, 2023
Format:
Podcast episode

Description

Classifiers are one bit of Python project metadata that predates PyPI.
Classifiers are weird.
They were around in setuptools days, and are still here with pyproject.toml.
What are they?
Why do we need them?
Do we need them?
Which classifiers should I include?
Why are they called "trove classifiers" in the Python docs (https://pypi.org/classifiers/)
Brett Cannon joins the show to discuss these wacky bits of metadata.
Here's an example, from pytest-crayons (https://github.com/okken/pytest-crayons/blob/main/pyproject.toml):

[project]
...
classifiers = [
"License :: OSI Approved :: MIT License",
"Framework :: Pytest"
]

Special Guest: Brett Cannon.
Released:
Apr 4, 2023
Format:
Podcast episode

Titles in the series (100)

Test & Code is a weekly podcast hosted by Brian Okken. The show covers a wide array of topics including software engineering, development, testing, Python programming, and many related topics. When we get into the implementation specifics, that's usually Python, such as Python packaging, tox, pytest, and unittest. However, well over half of the topics are language agnostic, such as data science, DevOps, TDD, public speaking, mentoring, feature testing, NoSQL databases, end to end testing, automation, continuous integration, development methods, Selenium, the testing pyramid, and DevOps.