197: Python project trove classifiers - Do you need this bit of pyproject.toml metadata?
Podcast |
Test & Code
Publisher |
Brian Okken
Media Type |
audio
Categories Via RSS |
Education
How To
Technology
Publication Date |
Apr 05, 2023
Episode Duration |
00:32:49
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.

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"
    ]

Special Guest: Brett Cannon.

Sponsored By:

Links:

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"
    ]

Special Guest: Brett Cannon.

Sponsored By:

Links:

This episode currently has no reviews.

Submit Review
This episode could use a review!

This episode could use a review! Have anything to say about it? Share your thoughts using the button below.

Submit Review