Config.in 365 B

1234567891011
  1. config BR2_PACKAGE_PYTHON_INFLECTION
  2. bool "python-inflection"
  3. select BR2_PACKAGE_PYTHON3_UNICODEDATA
  4. help
  5. A string transformation library that singularizes and
  6. pluralizes English words, and transforms strings from
  7. CamelCase to underscored string.
  8. Inflection is a port of Ruby on Rails' inflector to Python
  9. https://github.com/jpvanhal/inflection