
parsimonious 0.11.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: 1903, Watchers: 1903, Forks: 135, Open Issues: 66The erikrose/parsimonious repo was created 14 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 1903 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
- None
- License
- MIT
- Homepage
- None
- 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 66 open issues on GitHub
- Add a size limit of the cache as it cause performance hit on large string
pythonfix