Key | Value |
---|---|
FileName | ./usr/lib/python3/dist-packages/pyparsing-2.1.8.egg-info/PKG-INFO |
FileSize | 920 |
MD5 | AF49C884085FB9355C287C803F78500B |
SHA-1 | 4CA4306A970D749DBF36776C96F90CC621B9412E |
SHA-256 | 883426DDB2C1443760E52B6DF2174F64528F81BE0915EF28B1B738362EBA60BC |
SSDEEP | 24:D8KxcqCRLYW+zPZnQIFHZftOKW0ZftWZft2ZftDZftYZftRv:D8KxcVV+xQILwiaaDYr |
TLSH | T18E117A8254C5ADF96FE34D4767498B424C314A519A8D28ACBCF98B0EA921B72817C03D |
hashlookup:parent-total | 2 |
hashlookup:trust | 60 |
The searched file hash is included in 2 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 50634 |
MD5 | 9159BA6C9E8608BB1B2C4BD847E8CCF4 |
PackageDescription | Python parsing module The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code. . Here's an example: . from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello) |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-pyparsing |
PackageSection | python |
PackageVersion | 2.1.8+dfsg1-1 |
SHA-1 | 22BC1561EF14FEF5BF9B2DA8D65130B040750250 |
SHA-256 | 8458EC6FADFB903FF5C0A5887AD7B85A8C361E266AF4F9EC2EC5B4A08545096B |
Key | Value |
---|---|
FileSize | 50732 |
MD5 | 9D4657F759EB370D54B83252A4D53848 |
PackageDescription | Python parsing module, Python3 package The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code. . Here's an example: . from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello) . This package contains the Python3 version of python-pyparsing. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-pyparsing |
PackageSection | python |
PackageVersion | 2.1.8+dfsg1-1 |
SHA-1 | 3595BBABE01B339D0C403FB8C30B4DC4724E0C8D |
SHA-256 | 845DAF1C17555812524D8A36F729BABBD9F215C6953121294DC88432FFE61C7D |