parso: Python Parser#
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.
License#
MIT
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
0.8.4
version_requirements.txt:
parso >=0.7.0
Equivalent System Packages#
$ conda install parso
$ sudo emerge dev-python/parso
$ sudo port install py-parso
$ sudo xbps-install python3-parso
See https://repology.org/project/python:parso/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.