python-inflection: new package
authorJohn Faith <jfaith@impinj.com>
Mon, 24 Jun 2019 15:45:41 +0000 (15:45 +0000)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 30 Jun 2019 13:30:52 +0000 (15:30 +0200)
commit8fb3a0409bbaf761c6d76eeb0820e014a3604661
treef16fd872917fee629da0f9c9dbf2cb3555a5e7e6
parentd68db2af5c2288d2900fcacf6d0f86c632d53a4e
python-inflection: new package

A string transformation library that singularizes and pluralizes English
words, and transforms strings from CamelCase to underscored string.
Inflection is a port of Ruby on Rails' inflector to Python.

https://github.com/jpvanhal/inflection

Signed-off-by: John Faith <jfaith@impinj.com>
[Arnout: select unicodedata, add hash for license file]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
DEVELOPERS
package/Config.in
package/python-inflection/Config.in [new file with mode: 0644]
package/python-inflection/python-inflection.hash [new file with mode: 0644]
package/python-inflection/python-inflection.mk [new file with mode: 0644]