Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.34 KB

parser.md

File metadata and controls

46 lines (39 loc) · 2.34 KB

Bookmarks tagged [parser]

https://github.com/dabeaz/ply

Implementation of lex and yacc parsing tools for Python.


https://github.com/pyparsing/pyparsing

A general purpose framework for generating parsers.


https://github.com/derek73/python-nameparser

Parsing human names into their individual components.


https://github.com/daviddrysdale/python-phonenumbers

Parsing, formatting, storing and validating international phone numbers.


https://github.com/selwin/python-user-agents

Browser user agent parser.


https://github.com/andialbrecht/sqlparse

A non-validating SQL parser.