Name: | python3-parso |
---|---|
Version: | 0.8.3 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 692978 |
License: | MIT and Python |
RPM: | python3-parso-0.8.3-1.el9.noarch.rpm |
Source RPM: | python-parso-0.8.3-1.el9.src.rpm |
Build Date: | Wed Apr 20 2022 |
Build Host: | build-ol9-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. |