Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/changelog.Debian.gz |
FileSize | 1499 |
MD5 | FDD5589CF09146DDC1F1808C8C8668F4 |
SHA-1 | FDD8EE048491CCDA0040DE810DF1F5E0474E73FD |
SHA-256 | 017A161068F4B77C58FF4FFDEE2DC4C89D235C8D8CB1C9FA9BB965264279B2FE |
SSDEEP | 24:XBPiEcKIoK4b6BhwDZc0PXc3PYE1kkVkEnKWrlO3qpkKbxcPxkdZcVeTFUpgamHP:XRUPBBhwDZ5XGPImV4xPC5Nx8oIXW7hX |
TLSH | T1B0311C214D3513F0CC90D51A8B1BB138E7E87414345B2E8D11738692A6B3E0AB738E99 |
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 | 38752 |
MD5 | 12624A7F6EAE4BA244E456608279373C |
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.6+dfsg1-2 |
SHA-1 | C2964348FE51DA9E407E3AAC58136931C651A12E |
SHA-256 | F4F55B506B1D4EBD4E97E6C1A6907539D32334DC937AE22C8A9255BB0E667766 |