diff --git a/README.md b/README.md index 6cde7f6896..32b128c2b4 100644 --- a/README.md +++ b/README.md @@ -1107,6 +1107,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. * [shortuuid](https://github.com/skorokithakis/shortuuid) - A generator library for concise, unambiguous and URL-safe UUIDs. * Parser + * [parsy](https://github.com/python-parsy/parsy) - Easy, generic parser combinator library for creating parsers. * [ply](https://github.com/dabeaz/ply) - Implementation of lex and yacc parsing tools for Python. * [pygments](http://pygments.org/) - A generic syntax highlighter. * [pyparsing](https://github.com/pyparsing/pyparsing) - A general purpose framework for generating parsers.