DiscoverPythonTest197: Python project trove classifiers - Do you need this bit of pyproject.toml metadata? - Brett Cannon
197: Python project trove classifiers - Do you need this bit of pyproject.toml metadata? - Brett Cannon

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

Update: 2023-04-05
Share

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

Brett Cannon joins the show to discuss these wacky bits of metadata.

Here's an example, from pytest-crayons:

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


Links:





Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

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

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

Brian Okken