Result for 0D8DFB583566748AD9FC2022362A920A1B9C933C

Query result

Key Value
FileName./usr/share/doc/python3-parso/changelog.Debian.gz
FileSize184
MD5EDAA5D95832649C239E4E88AEED407A3
SHA-10D8DFB583566748AD9FC2022362A920A1B9C933C
SHA-2566BBF35489266A6E0668AB2FCE62122E1DC9FCA5D9B7BE80099F641B526A23515
SSDEEP3:FttHKl4ZcUrw1RtSxplEeOAx0ZM5jgmIpUuCrvk8PWevG8ztalNv5MqbJ89jYCKf:Xt7cgAGlM4jgmUUu4kwpGOO95MqjCKf
TLSHT1F3C022F86894920B60082DBF0ACECCAC230AA084B000E1A038A2A1D016120305F305B2
hashlookup:parent-total3
hashlookup:trust65

Network graph view

Parents (Total: 3)

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

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
FileSize301928
MD5050EEA37F635BB8333C332B2DF83A9D5
PackageDescriptiondocumentation for the parso Python library This package provides documentation for parso
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-parso-doc
PackageSectiondoc
PackageVersion0.1.1-1
SHA-104B85FD6F925D565C277572A6D9E3B0C0662DCE8
SHA-2562D81622072FE2FF2AAF2240D9E6D126A78B3CAFFA974C29C91459D852714E62F
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