Result for 1FAFA5359675E92881B88ED38648DC2FE69B2BBD

Query result

Key Value
FileName./usr/lib/python3.6/site-packages/parso/parser.py
FileSize7205
MD5D047DAF447F2DA531C06D917BC498DBE
RDS:package_id293684
SHA-11FAFA5359675E92881B88ED38648DC2FE69B2BBD
SHA-2563C0219DC1F1322CC5EB4460C55D31C826261AA4A9E86B7690575B44BCEB11529
SHA-51236ACCA1BEE68D4939BC81A1A7D2BFC1845590E687C4E51018D254CB997189EA3A1E26A78AE5288173FBCD9C34AA838140720868BA5031259848E72652C4731CD
SSDEEP192:fc/7nrJ7C/+6YeI33zWD29laOi286iu/6zA:fyx33zWDAdNpF
TLSHT132E1A613EE514A62D6479C2ACCE7E215276E58D3711814B23CBC82593F8093682F7FE8
insert-timestamp1712769425.8562782
mimetypetext/x-python
sourcesnap:VCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119
tar:gnameroot
tar:unameroot
hashlookup:parent-total36
hashlookup:trust100

Network graph view

Parents (Total: 36)

The searched file hash is included in 36 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5B343B6B33F55CA22C540C249F9A0208A
PackageArchnoarch
PackageDescriptionParso is a Python 3 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.
PackageMaintainerumeabot <umeabot>
PackageNamepython3-parso
PackageRelease3.mga9
PackageVersion0.8.2
SHA-10CF73C990B83EAC9DD692CE051A92911E2B16B58
SHA-256ED123411F5069BBB6FC3B790E3FA15C2D50F6ADBE029AF22E4B4324DD95905FB
Key Value
FileSize64472
MD56A03189D6946A0AB6CB5D1122953F290
PackageDescriptionPython parser that supports error recovery - Python 3.X 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. . A simple example: . >>> import parso >>> module = parso.parse('hello + 1', version="3.6") >>> expr = module.children[0] >>> expr PythonNode(arith_expr, [<Name: hello@1,0>, <Operator: +>, <Number: 1>]) >>> print(expr.get_code()) hello + 1 >>> name = expr.children[0] >>> name <Name: hello@1,0> >>> name.end_pos (1, 5) >>> expr.end_pos (1, 9) . To list multiple issues: . >>> grammar = parso.load_grammar() >>> module = grammar.parse('foo +\nbar\ncontinue') >>> error1, error2 = grammar.iter_errors(module) >>> error1.message 'SyntaxError: invalid syntax' >>> error2.message "SyntaxError: 'continue' not properly in loop"
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-parso
PackageSectionpython
PackageVersion0.8.1-1
SHA-11E0309265E1169CD745CAA0268AEE7676F90529C
SHA-256D86919DA93D56EF37DC0279B11F2B9BC38F0DD5650AB0667E582EECF0BACADD8
Key Value
MD5AC9337AE4A13E2E08F97180D068516DF
PackageArchnoarch
PackageDescriptionParso 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.
PackageNamepython36-parso
PackageRelease1.1
PackageVersion0.8.2
SHA-133B05655774176E9BA5889E6DB36A34175F8FFEE
SHA-256D048A0A79FC93A89532F78DDD5F5E624983CF261AD194939C6EA8A74D722D7B7
Key Value
SHA-133D761B2AF8D8DABB39F358D7FE00106F7D34534
snap-authoritycanonical
snap-filenameVCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119.snap
snap-idVCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119
snap-namecantor
snap-publisher-id2rsYZu6kqYVFsSejExu4YENdXQEO40Xb
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-10-16T21:01:34.963796Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/VCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119.snap
Key Value
MD5419F1C392D718FB78AADEBE8F6E2EA8A
PackageArchnoarch
PackageDescriptionParso 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.
PackageMaintainerhttps://bugs.opensuse.org
PackageNamepython3-parso
PackageReleasebp155.2.16
PackageVersion0.8.2
SHA-1362EC2979CE6AA932F5DEDA4BD791C6F8684D250
SHA-256F7935C60236332F541B985A9C6A5B941BF5201E353064BC3A107525EB88D92E3
Key Value
MD5CDDE3C207D7938FBC9D0ADC1BDC3BC62
PackageArchnoarch
PackageDescriptionParso 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.
PackageNamepython3-parso
PackageReleaselp151.36.1
PackageVersion0.8.1
SHA-137B5FFCB77AB9375D70BDEE9BCB759B6DD3164F9
SHA-256F8F16A3EFEB05BBA77D110681CF5ADB09C3B7106C1A295325607DFFEC0A3D933
Key Value
MD5E888683FCA538B7BD51B8BAB8575EEC5
PackageArchnoarch
PackageDescriptionParso 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.
PackageMaintainerFedora Project
PackageNamepython3-parso
PackageRelease3.fc34
PackageVersion0.8.0
SHA-13A46749048E6CE4CAEFE07F7C78B4E2AC723D030
SHA-256C9CF7D379DBFCDF8B7FED42F0C1FE6C7E0189DDFA48E03CE3D643FB23CE539DC
Key Value
MD552D5E10D97B7FBE350F592042908D013
PackageArchnoarch
PackageDescriptionParso 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.
PackageNamepython39-parso
PackageRelease1.1
PackageVersion0.8.2
SHA-13C00A13D3C5933C293D1D8421F98C3477FE6E58E
SHA-2566C067F3CFC4A0C03FEE029FC2CE9B1DE8D4372C5138528B0355C4FF9B16182CB
Key Value
SHA-13E62DCCA7C0360A8B6DFD4F987A678115C11EC23
snap-authoritycanonical
snap-filenameyL7ZMDXZUUNxBlsHDEK5lHjMbPWhmx34_96.snap
snap-idyL7ZMDXZUUNxBlsHDEK5lHjMbPWhmx34_96
snap-namesnap-helpers
snap-publisher-id1A4j65y5oe5F3jKS1VHKYDsYmYASGIQu
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2020-04-09T16:52:34.654011Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/yL7ZMDXZUUNxBlsHDEK5lHjMbPWhmx34_96.snap
Key Value
MD53CAEFC6E985A76832954AE91726BEA29
PackageArchnoarch
PackageDescriptionParso 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.
PackageNamepython38-parso
PackageRelease39.17
PackageVersion0.8.2
SHA-149FC2822DB04CC86525D8590291C3CF4A217BBDE
SHA-256DAADB0F19F1E67C7A2E918FD32A56A89AB532C63C34DC553127BAC9AEA2FC77B