parsimonious 0.10.0
0
(Soon to be) the fastest pure-Python PEG parser I could muster
Contents
(Soon to be) the fastest pure-Python PEG parser I could muster
Stars: 1815, Watchers: 1815, Forks: 127, Open Issues: 64The erikrose/parsimonious
repo was created 12 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1815 github stars!
How to Install parsimonious
You can install parsimonious using pip
pip install parsimonious
or add it to a project with poetry
poetry add parsimonious
Package Details
- Author
- Erik Rose
- License
- MIT
- Homepage
- https://github.com/erikrose/parsimonious
- PyPi:
- https://pypi.org/project/parsimonious/
- GitHub Repo:
- https://github.com/erikrose/parsimonious
Classifiers
- Scientific/Engineering/Information Analysis
- Software Development/Libraries
- Text Processing/General
Related Packages
Errors
A list of common parsimonious errors.
Code Examples
Here are some parsimonious
code examples and snippets.
GitHub Issues
The parsimonious package has 64 open issues on GitHub
- implement Node.bool?
- Eliminate nose and use unittest instead