Key | Value |
---|---|
FileName | ./usr/lib/python3.6/site-packages/parso/parser.py |
FileSize | 7205 |
MD5 | D047DAF447F2DA531C06D917BC498DBE |
RDS:package_id | 293684 |
SHA-1 | 1FAFA5359675E92881B88ED38648DC2FE69B2BBD |
SHA-256 | 3C0219DC1F1322CC5EB4460C55D31C826261AA4A9E86B7690575B44BCEB11529 |
SHA-512 | 36ACCA1BEE68D4939BC81A1A7D2BFC1845590E687C4E51018D254CB997189EA3A1E26A78AE5288173FBCD9C34AA838140720868BA5031259848E72652C4731CD |
SSDEEP | 192:fc/7nrJ7C/+6YeI33zWD29laOi286iu/6zA:fyx33zWDAdNpF |
TLSH | T132E1A613EE514A62D6479C2ACCE7E215276E58D3711814B23CBC82593F8093682F7FE8 |
insert-timestamp | 1728198773.8209562 |
mimetype | text/x-python |
source | snap:VCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 37 |
hashlookup:trust | 100 |
The searched file hash is included in 37 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | B343B6B33F55CA22C540C249F9A0208A |
PackageArch | noarch |
PackageDescription | Parso 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. |
PackageMaintainer | umeabot <umeabot> |
PackageName | python3-parso |
PackageRelease | 3.mga9 |
PackageVersion | 0.8.2 |
SHA-1 | 0CF73C990B83EAC9DD692CE051A92911E2B16B58 |
SHA-256 | ED123411F5069BBB6FC3B790E3FA15C2D50F6ADBE029AF22E4B4324DD95905FB |
Key | Value |
---|---|
FileSize | 64472 |
MD5 | 6A03189D6946A0AB6CB5D1122953F290 |
PackageDescription | Python 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" |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-parso |
PackageSection | python |
PackageVersion | 0.8.1-1 |
SHA-1 | 1E0309265E1169CD745CAA0268AEE7676F90529C |
SHA-256 | D86919DA93D56EF37DC0279B11F2B9BC38F0DD5650AB0667E582EECF0BACADD8 |
Key | Value |
---|---|
MD5 | FD9744EA725AA28CFEB4D2B72F0C6A44 |
PackageArch | noarch |
PackageDescription | 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. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python3-parso |
PackageRelease | bp156.1.1 |
PackageVersion | 0.8.2 |
SHA-1 | 1EB6BABD0386EEE62EEBB230AF3C958A548D8177 |
SHA-256 | B81F453E1AA86781213451A9EDCBEEB9BDF2D8277ED70B2E994DA3AD02930EA8 |
Key | Value |
---|---|
MD5 | AC9337AE4A13E2E08F97180D068516DF |
PackageArch | noarch |
PackageDescription | 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. |
PackageName | python36-parso |
PackageRelease | 1.1 |
PackageVersion | 0.8.2 |
SHA-1 | 33B05655774176E9BA5889E6DB36A34175F8FFEE |
SHA-256 | D048A0A79FC93A89532F78DDD5F5E624983CF261AD194939C6EA8A74D722D7B7 |
Key | Value |
---|---|
SHA-1 | 33D761B2AF8D8DABB39F358D7FE00106F7D34534 |
snap-authority | canonical |
snap-filename | VCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119.snap |
snap-id | VCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119 |
snap-name | cantor |
snap-publisher-id | 2rsYZu6kqYVFsSejExu4YENdXQEO40Xb |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-10-16T21:01:34.963796Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/VCjprGsSZiPuV3CmQViE4TvPMKTOlaiL_119.snap |
Key | Value |
---|---|
MD5 | 419F1C392D718FB78AADEBE8F6E2EA8A |
PackageArch | noarch |
PackageDescription | 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. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python3-parso |
PackageRelease | bp155.2.16 |
PackageVersion | 0.8.2 |
SHA-1 | 362EC2979CE6AA932F5DEDA4BD791C6F8684D250 |
SHA-256 | F7935C60236332F541B985A9C6A5B941BF5201E353064BC3A107525EB88D92E3 |
Key | Value |
---|---|
MD5 | CDDE3C207D7938FBC9D0ADC1BDC3BC62 |
PackageArch | noarch |
PackageDescription | 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. |
PackageName | python3-parso |
PackageRelease | lp151.36.1 |
PackageVersion | 0.8.1 |
SHA-1 | 37B5FFCB77AB9375D70BDEE9BCB759B6DD3164F9 |
SHA-256 | F8F16A3EFEB05BBA77D110681CF5ADB09C3B7106C1A295325607DFFEC0A3D933 |
Key | Value |
---|---|
MD5 | E888683FCA538B7BD51B8BAB8575EEC5 |
PackageArch | noarch |
PackageDescription | 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. |
PackageMaintainer | Fedora Project |
PackageName | python3-parso |
PackageRelease | 3.fc34 |
PackageVersion | 0.8.0 |
SHA-1 | 3A46749048E6CE4CAEFE07F7C78B4E2AC723D030 |
SHA-256 | C9CF7D379DBFCDF8B7FED42F0C1FE6C7E0189DDFA48E03CE3D643FB23CE539DC |
Key | Value |
---|---|
MD5 | 52D5E10D97B7FBE350F592042908D013 |
PackageArch | noarch |
PackageDescription | 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. |
PackageName | python39-parso |
PackageRelease | 1.1 |
PackageVersion | 0.8.2 |
SHA-1 | 3C00A13D3C5933C293D1D8421F98C3477FE6E58E |
SHA-256 | 6C067F3CFC4A0C03FEE029FC2CE9B1DE8D4372C5138528B0355C4FF9B16182CB |
Key | Value |
---|---|
SHA-1 | 3E62DCCA7C0360A8B6DFD4F987A678115C11EC23 |
snap-authority | canonical |
snap-filename | yL7ZMDXZUUNxBlsHDEK5lHjMbPWhmx34_96.snap |
snap-id | yL7ZMDXZUUNxBlsHDEK5lHjMbPWhmx34_96 |
snap-name | snap-helpers |
snap-publisher-id | 1A4j65y5oe5F3jKS1VHKYDsYmYASGIQu |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2020-04-09T16:52:34.654011Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/yL7ZMDXZUUNxBlsHDEK5lHjMbPWhmx34_96.snap |