mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 15:41:09 -09:00
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>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
d68db2af5c
commit
8fb3a0409b
5
package/python-inflection/python-inflection.hash
Normal file
5
package/python-inflection/python-inflection.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# Hashes from https://pypi.python.org/pypi/inflection/json
|
||||
md5 7941165e9f148e0520023941c0886b40 inflection-0.3.1.tar.gz
|
||||
sha256 18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca inflection-0.3.1.tar.gz
|
||||
# License file, locally calculated
|
||||
sha256 4a3f52ac1012a90db398e4c55f1d1bea501dddafef8a4b3adb7533b1d820e148 LICENSE
|
||||
Reference in New Issue
Block a user