Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-inflect && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
inflect-7.0.0.tar.gz | 0000070963 69.3 KB | |
python-inflect.changes | 0000004942 4.83 KB | |
python-inflect.spec | 0000002076 2.03 KB |
Revision 8 (latest revision is 10)
Ana Guerrero (anag+factory)
accepted
request 1124031
from
Dirk Mueller (dirkmueller)
(revision 8)
- update to 7.0.0: * Refine type hint for ``singular_noun`` to indicate a literal return type for ``False``. (#186) * Removed methods renamed in 0.2.0. * Project now supports Pydantic 2 while retaining support for Pydantic 1. (#187) * Added validation of user-defined words and amended the type declarations to match, allowing for null values but not empty strings. (#187) * ``ordinal`` now handles float types correctly without first coercing them to strings. (#178) * Require Python 3.8 or later. - update to 6.0.5: * Pin to Pydantic 1 to avoid breaking in Pydantic 2. * Fix capitalization issues in processes where more than one word
Comments 0