Metadata-Version: |
2.1 |
Name: |
inflect |
Version: |
7.4.0 |
Summary: |
Correctly generate plurals, singular nouns, ordinals, indefinite articles |
Author-Email: |
Paul Dyson <pwdyson[at]yahoo.com> |
Maintainer-Email: |
"Jason R. Coombs" <jaraco[at]jaraco.com> |
Project-Url: |
Source, https://github.com/jaraco/inflect |
Keywords: |
plural,inflect,participle |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Text Processing :: Linguistic |
Requires-Python: |
>=3.8 |
Requires-Dist: |
more-itertools (>=8.5.0) |
Requires-Dist: |
typeguard (>=4.0.1) |
Requires-Dist: |
typing-extensions; python_version < "3.9" |
Requires-Dist: |
pytest-checkdocs (>=2.4); extra == "check" |
Requires-Dist: |
pytest-ruff (>=0.2.1); sys_platform != "cygwin" and extra == "check" |
Requires-Dist: |
pytest-cov; extra == "cover" |
Requires-Dist: |
sphinx (>=3.5); extra == "doc" |
Requires-Dist: |
jaraco.packaging (>=9.3); extra == "doc" |
Requires-Dist: |
rst.linker (>=1.9); extra == "doc" |
Requires-Dist: |
furo; extra == "doc" |
Requires-Dist: |
sphinx-lint; extra == "doc" |
Requires-Dist: |
jaraco.tidelift (>=1.4); extra == "doc" |
Requires-Dist: |
pytest-enabler (>=2.2); extra == "enabler" |
Requires-Dist: |
pytest (!=8.1.*,>=6); extra == "test" |
Requires-Dist: |
pygments; extra == "test" |
Requires-Dist: |
pytest-mypy; extra == "type" |
Provides-Extra: |
check |
Provides-Extra: |
cover |
Provides-Extra: |
doc |
Provides-Extra: |
enabler |
Provides-Extra: |
test |
Provides-Extra: |
type |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |