mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
config BR2_PACKAGE_PYTHON_INFLECT
|
|
bool "python-inflect"
|
|
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPEGUARD # runtime
|
|
help
|
|
Correctly generate plurals, singular nouns, ordinals,
|
|
indefinite articles; convert numbers to words.
|
|
|
|
https://github.com/jaraco/inflect
|