mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 15:27:01 +00:00
Fix pyparsing link
This commit is contained in:
parent
969eac865d
commit
2aa6e2a1c9
|
@ -1158,7 +1158,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) - Parsing, formatting, storing and validating international phone numbers.
|
||||
* [PLY](http://www.dabeaz.com/ply/) - Implementation of lex and yacc parsing tools for Python.
|
||||
* [Pygments](http://pygments.org/) - A generic syntax highlighter.
|
||||
* [pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers.
|
||||
* [pyparsing](https://github.com/pyparsing/pyparsing) - A general purpose framework for generating parsers.
|
||||
* [python-nameparser](https://github.com/derek73/python-nameparser) - Parsing human names into their individual components.
|
||||
* [python-user-agents](https://github.com/selwin/python-user-agents) - Browser user agent parser.
|
||||
* [sqlparse](https://github.com/andialbrecht/sqlparse) - A non-validating SQL parser.
|
||||
|
|
Loading…
Reference in New Issue
Block a user