Name: | python3-parso |
---|---|
Version: | 0.8.4 |
Release: | 4.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 905840 |
License: | MIT AND PSF-2.0 |
RPM: | python3-parso-0.8.4-4.el10_0.noarch.rpm |
Source RPM: | python-parso-0.8.4-4.el10_0.src.rpm |
Build Date: | Tue Jan 28 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/davidhalter/parso |
Summary: | Parser that supports error recovery and round-trip parsing |
Description: | Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file. Parso has been battle-tested by jedi. It was pulled out of jedi to be useful for other projects as well. Parso consists of a small API to parse Python and analyse the syntax tree. |