1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Update README.md

This commit is contained in:
probar 2014-08-18 18:37:57 +02:00
parent 9fe51a1d38
commit c1baa03140

View file

@ -167,6 +167,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) - Fuzzy String Matching.
* [esmre](https://code.google.com/p/esmre/) - Regular expression accelerator.
* [shortuuid](https://github.com/stochastic-technologies/shortuuid) - A generator library for concise, unambiguous and URL-safe UUIDs.
* [unicode](https://github.com/LuminosoInsight/python-ftfy) - makes Unicode text less broken and more consistent automagically.
* [unidecode](https://pypi.python.org/pypi/Unidecode) - ASCII transliterations of Unicode text.
* [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector.
* [xpinyin](https://github.com/lxneng/xpinyin) - A library to translate Chinese hanzi (漢字) to pinyin (拼音).