File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Cannonical source for classifiers on [ PyPI] ( https://pypi.org ) .
22
3- # Usage
3+ ## Usage
44This package's API is two importable objects:
55
6- ## Classifiers (` trove_classifiers.classifiers ` )
6+ ### Classifiers (` trove_classifiers.classifiers ` )
77A ` set ` containing classifiers (as strings). Useful for determining membership
88
99Example - determine if a classifier is valid:
1010
11- ```
11+ ``` python
1212>> > from trove_classifiers import classifiers
1313>> > ' License :: OSI Approved' in classifiers
1414True
@@ -17,13 +17,13 @@ False
1717>> >
1818```
1919
20- ## Deprecated classifiers (` trove_classifiers.deprecated_classifiers ` )
20+ ### Deprecated classifiers (` trove_classifiers.deprecated_classifiers ` )
2121A ` dict ` , mapping a deprecated classifier (string) to a list of classifiers
2222which replaces it (strings).
2323
2424Example - determine if a classifier is deprecated:
2525
26- ```
26+ ``` python
2727>> > from trove_classifiers import deprecated_classifiers
2828>> > ' License :: OSI Approved' in deprecated_classifiers
2929False
You can’t perform that action at this time.
0 commit comments