Result for 0C1D4C67F5A93BB356D3E064DE6E50A1AAB2A74F

Query result

Key Value
FileName./usr/lib/python3/dist-packages/parso/pgen2/parse.py
FileSize8373
MD5FCC18A9B0EAB2E863E75E949BD6A6C60
SHA-10C1D4C67F5A93BB356D3E064DE6E50A1AAB2A74F
SHA-2561E962D90F409A707FA845C7089E5AFEBAA76940DA6D5C42D08152C9B7C5D6244
SSDEEP192:fTDPJacmcTRsVZZDKDvuEnj2h0LRi30L8lSi+5a21:fxmcTRAZZ2LuEna0LRi3Nw1
TLSHT1AD02A403D9104BADDB535827D89FE665370ED853215A24B1787C82A53F41A35C2BFFE8
hashlookup:parent-total12
hashlookup:trust100

Network graph view

Parents (Total: 12)

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

Key Value
MD500CE1CD9B74648FD64AD2B057EFD301A
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
PackageNamepython2-parso
PackageReleaselp152.3.3
PackageVersion0.1.1
SHA-13B8E99C28514A26208B3EE132371C5E63034B7C0
SHA-256252BFFF58F39927EA53F63EC4BABBA676EB521101B0CF9FBAE4F6843E3F48B54
Key Value
MD5CC5001201FB6335EE8CC16A07A5FF195
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
PackageNamepython2-parso
PackageReleasebp153.1.45
PackageVersion0.1.1
SHA-1376FA3F19654EF9BEDA37C1D1D2A758A3C6D7F2F
SHA-256C8B33304D57DDF43C6BA764FAEF450AD9293DB7F2C5A849D33EDA46E8E8A61FF
Key Value
MD5906B57ADB400575ED72D4A331BBA8345
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
PackageNamepython2-parso
PackageReleaselp150.1.3
PackageVersion0.1.1
SHA-1231E92C8129509CB494D1DF067A0B44D87FEFDB4
SHA-2564716FAC28519A081605EB6CFD816611D343BF9CFD806338AB29A7B309DC839B0
Key Value
FileSize60582
MD542D6548473400E36406237A5136FCBB6
PackageDescriptionPython parser that supports error recovery 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"
PackageMaintainerPiotr Ożarowski <piotr@debian.org>
PackageNamepython-parso
PackageSectionpython
PackageVersion0.2.1-1~bpo9+1
SHA-13657FFE4A1B7113941CA6CBBCA18C10ACAB093EB
SHA-25627C35F0228AA856836BE1E8AC04909941A2257FB4F5FB1276B6E136BE7C0F8B6
Key Value
FileSize60656
MD5E34DE225735721EB8392EE13EEFA75CF
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"
PackageMaintainerPiotr Ożarowski <piotr@debian.org>
PackageNamepython3-parso
PackageSectionpython
PackageVersion0.2.1-1~bpo9+1
SHA-14B7136E0F3E9CC672715E379396C60347F1C8C76
SHA-256FD6330415DD6E8082050E3E1A82A15D763CF9C5CDA3BA975A5A92E4B6AFB372E
Key Value
MD5BFA85661BC3FB9A3F2583C92ADA9DDA7
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
PackageReleaselp152.3.3
PackageVersion0.1.1
SHA-1A3D24C92715F42D677745A673AA6CF4CADBE0D34
SHA-2569705E4EFAF443870ABD9FD5520EE0FFE38D31EB723066EB1559F29FA3584B775
Key Value
MD54962BAF26C50E4208CA48A951F553ACD
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
PackageReleaselp150.1.3
PackageVersion0.1.1
SHA-10D2D06F3295DC752D7BB37FB9803C96D3DBABCEB
SHA-2566C5F6A3C8348A27A9ECEC08FBA2F0048A0C3B09C85227F074DBF3DD9D5E33814
Key Value
MD5DFB881D80523C2DEF8E990143075BE0C
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
PackageReleaselp151.2.2
PackageVersion0.1.1
SHA-1A9582D5F5030CE16D99C82AA7C8AE9667B1AEEFC
SHA-256224BF9E07EA558C0FA1362B122CA5E2D58A81C0ECFBFD10D24AD66FC3F77E267
Key Value
FileSize60556
MD5AA0FFFB92758930E44FE33EAAE2C770C
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.1.1-1
SHA-1E7918703D69A03560B1776859EAB1A9CD6C047AD
SHA-256A29BA2E6F58281EB17FF4731B38FBB483DE41E678F5BBE4348867AB916D6FAD4
Key Value
FileSize60500
MD59DA35F168CF9C4F629C40C2490A644D5
PackageDescriptionPython parser that supports error recovery 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>
PackageNamepython-parso
PackageSectionpython
PackageVersion0.1.1-1
SHA-1C2FA306AECE23E2912DEF57EC30BA36AB0FF5556
SHA-25618F4D84101CF33190355941A5FA7ECC63714D5A9D0F2A4D460FB65079AD7654E
Key Value
MD55A39E172DD7E8011E357CB9DE4F5FB47
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
PackageReleasebp153.1.45
PackageVersion0.1.1
SHA-1799F9A9C300DFCDED59731C22ED43E9582BA1BF7
SHA-256BCBBB43F295A4A945284C39D0F34D897BFC7CE666C9714239BD4957B74CD3A83
Key Value
MD5662D4D8DAAB7EC7923F7E58EE8EC519B
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
PackageNamepython2-parso
PackageReleaselp151.2.2
PackageVersion0.1.1
SHA-1E3AF487E05B1C65E68393B3AF226D188BFA95E75
SHA-256A3B05BB8D866F5ABD310F379001949ECB02536A5A605A53AB276D23C0870396C