Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/htmldoc/pyparsing.pyparsing.ParseFatalException-class.html |
FileSize | 7348 |
MD5 | A1688BEA006072B0DBF3DFC2C022C61A |
SHA-1 | 13B440455E80101C6BE24F95E5E0FF8866E35AEA |
SHA-256 | 18DA924EBE6172E750A9BC35BE29D9546317CC848CC9D248FAF993ADEBE49303 |
SSDEEP | 192:t1xDClDX/kNxN1d1fOKOcyb8ClDX/kc8rwM9:t1x7kso8L9 |
TLSH | T190E10100D5E0333B409760DDE6B4AF8AAEE786AB82025524FCBEA7553FCD705491787A |
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 | 585972 |
MD5 | CED759F883B850872C06AF1591C8B77E |
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 | 1.5.2-2ubuntu1 |
SHA-1 | 062A95E8324F0BCDFB1B421B488BFEF26F13153B |
SHA-256 | 480692524B1EB1AF9EC83AE016FBC0B6ED45D1E88E1C15CFC7922A9B7E58B1E2 |