Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/changelog.Debian.gz |
FileSize | 1391 |
MD5 | BE4F7075F4782FA21651EF5F09D46480 |
SHA-1 | F3AC07562C830C6F5756067CA5D3DB53B478D8C1 |
SHA-256 | 56CF12FF1BC7A934B0217CA2D0D36FC75887A5F4A2EB78D1A56BB69E4548194B |
SSDEEP | 24:Xi90qchg3LzvEehWR/ul970Wg0hpAA1/OmqWdMD+IZmKXOQ0E+sGLQ2x3:XSO04cX70Wg0hpv1mmg+I7T+sGLQ23 |
TLSH | T17F212B8DDF1FB071D88D0C1D204F48DA62D690A34A3506F5C21F7446C118344C65149F |
hashlookup:parent-total | 1 |
hashlookup:trust | 55 |
The searched file hash is included in 1 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 |