From ca8ff30a9b07c237c4fa5dcc27c5370e481e64c9 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 27 Dec 2017 20:57:45 +0300 Subject: [PATCH] Added parsy to 'Text Processing / Parsers' section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad3c03a32b..b7a108e1dd 100644 --- a/README.md +++ b/README.md @@ -1114,6 +1114,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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 + * [parsy](https://github.com/python-parsy/parsy) - Easy, generic parser combinator library for creating parsers. * [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.