This episode currently has no reviews.
Submit ReviewClassifiers 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.
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.
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 ReviewThis episode could use a review! Have anything to say about it? Share your thoughts using the button below.
Submit Review