Thu, 23 May 2024 17:49:15 UTC | login

Information for RPM python3-parso-0.2.0-1.fc29.noarch.rpm

ID78910
Namepython3-parso
Version0.2.0
Release1.fc29
Epoch
Archnoarch
SummaryParser that supports error recovery and round-trip parsing
DescriptionParso 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.
Build Time2018-05-13 16:03:02 GMT
Size142.01 KB
3ccbc8d734be830ef258958320d443c4
LicenseMIT and Python
Buildrootf29-build-835-389
Provides
python3-parso = 0.2.0-1.fc29
python3.6dist(parso) = 0.2.0
python3dist(parso) = 0.2.0
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 85 >>>
Name ascending sort Size
/usr/lib/python3.6/site-packages/parso0.00 B
/usr/lib/python3.6/site-packages/parso-0.2.0-py3.6.egg-info0.00 B
/usr/lib/python3.6/site-packages/parso-0.2.0-py3.6.egg-info/PKG-INFO4.92 KB
/usr/lib/python3.6/site-packages/parso-0.2.0-py3.6.egg-info/SOURCES.txt3.20 KB
/usr/lib/python3.6/site-packages/parso-0.2.0-py3.6.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.6/site-packages/parso-0.2.0-py3.6.egg-info/top_level.txt6.00 B
/usr/lib/python3.6/site-packages/parso/__init__.py1.57 KB
/usr/lib/python3.6/site-packages/parso/__pycache__0.00 B
/usr/lib/python3.6/site-packages/parso/__pycache__/__init__.cpython-36.opt-1.pyc1.76 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/__init__.cpython-36.pyc1.76 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/_compatibility.cpython-36.opt-1.pyc3.52 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/_compatibility.cpython-36.pyc3.52 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/cache.cpython-36.opt-1.pyc3.45 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/cache.cpython-36.pyc3.45 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/grammar.cpython-36.opt-1.pyc8.32 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/grammar.cpython-36.pyc8.32 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/normalizer.cpython-36.opt-1.pyc6.33 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/normalizer.cpython-36.pyc6.33 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/parser.cpython-36.opt-1.pyc3.11 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/parser.cpython-36.pyc3.11 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/tree.cpython-36.opt-1.pyc11.69 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/tree.cpython-36.pyc11.69 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/utils.cpython-36.opt-1.pyc4.74 KB
/usr/lib/python3.6/site-packages/parso/__pycache__/utils.cpython-36.pyc4.74 KB
/usr/lib/python3.6/site-packages/parso/_compatibility.py3.36 KB
/usr/lib/python3.6/site-packages/parso/cache.py4.68 KB
/usr/lib/python3.6/site-packages/parso/grammar.py9.55 KB
/usr/lib/python3.6/site-packages/parso/normalizer.py5.05 KB
/usr/lib/python3.6/site-packages/parso/parser.py2.95 KB
/usr/lib/python3.6/site-packages/parso/pgen20.00 B
/usr/lib/python3.6/site-packages/parso/pgen2/__init__.py337.00 B
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__0.00 B
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/__init__.cpython-36.opt-1.pyc113.00 B
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/__init__.cpython-36.pyc113.00 B
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/grammar.cpython-36.opt-1.pyc4.70 KB
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/grammar.cpython-36.pyc4.70 KB
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/parse.cpython-36.opt-1.pyc6.01 KB
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/parse.cpython-36.pyc6.04 KB
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/pgen.cpython-36.opt-1.pyc9.31 KB
/usr/lib/python3.6/site-packages/parso/pgen2/__pycache__/pgen.cpython-36.pyc9.72 KB
/usr/lib/python3.6/site-packages/parso/pgen2/grammar.py4.65 KB
/usr/lib/python3.6/site-packages/parso/pgen2/parse.py8.18 KB
/usr/lib/python3.6/site-packages/parso/pgen2/pgen.py13.95 KB
/usr/lib/python3.6/site-packages/parso/python0.00 B
/usr/lib/python3.6/site-packages/parso/python/__init__.py0.00 B
/usr/lib/python3.6/site-packages/parso/python/__pycache__0.00 B
/usr/lib/python3.6/site-packages/parso/python/__pycache__/__init__.cpython-36.opt-1.pyc113.00 B
/usr/lib/python3.6/site-packages/parso/python/__pycache__/__init__.cpython-36.pyc113.00 B
/usr/lib/python3.6/site-packages/parso/python/__pycache__/diff.cpython-36.opt-1.pyc13.40 KB
/usr/lib/python3.6/site-packages/parso/python/__pycache__/diff.cpython-36.pyc13.67 KB
Component of No Buildroots