
parsy 2.2
0
Easy-to-use parser combinators, for parsing in pure Python
Contents
Easy-to-use parser combinators, for parsing in pure Python
Stars: 428, Watchers: 428, Forks: 43, Open Issues: 17The python-parsy/parsy repo was created 8 years ago and the last code push was 5 months ago.
The project is popular with 428 github stars!
How to Install parsy
You can install parsy using pip
pip install parsy
or add it to a project with poetry
poetry add parsy
Package Details
- Author
- None
- License
- MIT
- Homepage
- None
- PyPi:
- https://pypi.org/project/parsy/
- GitHub Repo:
- https://github.com/python-parsy/parsy
Classifiers
- Software Development/Compilers
- Software Development/Interpreters
- Text Processing
Related Packages
Errors
A list of common parsy errors.
Code Examples
Here are some parsy code examples and snippets.
GitHub Issues
The parsy package has 17 open issues on GitHub
- RecursionError with moderately nested expressions
pythonfix