Name: | python34-parso |
---|---|
Version: | 0.3.1 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 638452 |
License: | MIT and Python |
RPM: | python34-parso-0.3.1-2.el7.noarch.rpm |
Source RPM: | python-parso-0.3.1-2.el7.src.rpm |
Build Date: | Thu Apr 04 2019 |
Build Host: | x86-ol7-builder-02.us.oracle.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. |