parsec.py A universal Python parser combinator library inspired by Parsec library of Haskell. Parsec in Real World We have noticed parsec helps users in many real world cases as follows: Simply using parsec in python Parsing date from text with Python's parsec.py library Parsing with the .bind() operator