Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/changelog.Debian.gz |
FileSize | 1886 |
MD5 | 92AAA92769B6BEAE0A1F84B05D363E2A |
SHA-1 | CB95E419BE06C290E3AAFB20F0A145B9A9025EF9 |
SHA-256 | 74B77BCA9075203F744B14F2A9B61DE666DC3A42D7C2776760143B138537C39C |
SSDEEP | 48:XY36bPJeY/BTOgUwrTx1pMXu2If8sTFXoFhOLVAY2:VTZTOgUaP12vshXoFcU |
TLSH | T18841F9B8C891279B66E121A019C38E15170A4DD4B1E0D6E2FC66A04BAF8F82FA881410 |
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 | 35314 |
MD5 | AFE6A576938A1AEE801122FC7254DA8E |
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.0.3+dfsg1-1 |
SHA-1 | 1262B7E2CFC0F49686A3FD962E3A5AF416028948 |
SHA-256 | 703419D2E97FA0F3A92AD443699599B5D3820E2AA1AA48801C4E736A991D8287 |