parsy 2.1
0
Easy-to-use parser combinators, for parsing in pure Python
Contents
Easy-to-use parser combinators, for parsing in pure Python
Stars: 363, Watchers: 363, Forks: 37, Open Issues: 14The python-parsy/parsy
repo was created 7 years ago and the last code push was 5 months ago.
The project is popular with 363 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
- Jeanine Adkisson
- License
- MIT
- Homepage
- https://github.com/python-parsy/parsy
- 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.