mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Update README.md
Add PLY project
This commit is contained in:
parent
2739e4abde
commit
d6806d1d86
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [python-slugify](https://github.com/un33k/python-slugify) - A Python slugify library that translates unicode to ASCII.
|
||||
* [unicode-slugify](https://github.com/mozilla/unicode-slugify) - A slugifier that generates unicode slugs with Django as a dependency.
|
||||
* Parser
|
||||
* [PLY](http://www.dabeaz.com/ply/) - Implementation of lex and yacc parsing tools for Python
|
||||
* [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) - Parsing, formatting, storing and validating international phone numbers.
|
||||
* [python-user-agents](https://github.com/selwin/python-user-agents) - Browser user agent parser.
|
||||
* [sqlparse](https://sqlparse.readthedocs.org/) - A non-validating SQL parser.
|
||||
|
|
Loading…
Reference in a new issue