From ac249931563cc9bf71bf0a64c75975a64ee62b58 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 24 Jun 2026 08:33:17 +0100 Subject: [PATCH] Added parsy to 'Text Processing / Parsers' section (#3212) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfcb3ff..5b8b63b 100644 --- a/README.md +++ b/README.md @@ -884,6 +884,7 @@ _Libraries for parsing and manipulating plain texts._ - [sqids](https://github.com/sqids/sqids-python) - A library for generating short unique IDs from numbers. - [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. - [pygments](https://github.com/pygments/pygments) - A generic syntax highlighter. - [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.