Config.in 449 B

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