
parso 0.8.5
0
A Python Parser
Contents
A Python Parser
Stars: 663, Watchers: 663, Forks: 112, Open Issues: 13The davidhalter/parso repo was created 8 years ago and the last code push was 5 months ago.
The project is popular with 663 github stars!
How to Install parso
You can install parso using pip
pip install parso
or add it to a project with poetry
poetry add parso
Package Details
- Author
- David Halter
- License
- MIT
- Homepage
- https://github.com/davidhalter/parso
- PyPi:
- https://pypi.org/project/parso/
- GitHub Repo:
- https://github.com/davidhalter/parso
Classifiers
- Software Development/Libraries/Python Modules
- Text Editors/Integrated Development Environments (IDE)
- Utilities
Related Packages
Errors
A list of common parso errors.
Code Examples
Here are some parso code examples and snippets.
GitHub Issues
The parso package has 13 open issues on GitHub
- Python 3.10: Parenthesized context managers
pythonfix