parser.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [parser]

www.codever.land/bookmarks/t/parser

ply

https://github.com/dabeaz/ply

Implementation of lex and yacc parsing tools for Python.


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-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://github.com/andialbrecht/sqlparse

A non-validating SQL parser.