Name: | python3-parso |
---|---|
Version: | 0.5.1 |
Release: | 4.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 643093 |
License: | MIT and Python |
RPM: | python3-parso-0.5.1-4.el8.noarch.rpm |
Source RPM: | python-parso-0.5.1-4.el8.src.rpm |
Build Date: | Sat Nov 02 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://parso.readthedocs.io |
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. |