xref: /OK3568_Linux_fs/buildroot/package/python-inflection/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_INFLECTION
2	bool "python-inflection"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON3_UNICODEDATA
5	help
6	  A string transformation library that singularizes and
7	  pluralizes English words, and transforms strings from
8	  CamelCase to underscored string.
9
10	  Inflection is a port of Ruby on Rails' inflector to Python
11
12	  https://github.com/jpvanhal/inflection
13