1config 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
9	  Inflection is a port of Ruby on Rails' inflector to Python
10
11	  https://github.com/jpvanhal/inflection
12