Contribute Media
A thank you to everyone who makes this possible: Read More

Worry-Free Parsers with Parsley

Summary

Writing parsers has often been a task difficult for programmers to take on. Many of the tools available for parsing require writing grammar rules and code that work very different from everything else in Python. Parsley is a library that mixes the benefits of concise rule-based grammars with a parsing model that works the way you expect Python code to work.

Details

Improve this page