parso: A 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.

Type#

standard

Dependencies#

  • $(PYTHON)

  • $(PYTHON_TOOLCHAIN)

Version Information#

package-version.txt:

0.8.3

install-requires.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.