Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/html/index.html |
FileSize | 5917 |
MD5 | 2B28C72F04CA9556C27999E443FD93DC |
SHA-1 | 0BEC70166B579D8F70F4327C7E614A50B26172FF |
SHA-256 | E28B4E3DFA28E2358AD104E8C8B0D960DAA83942031BCC677AB32FD50D6283FA |
SSDEEP | 96:iaDmSTW7Ed3dvdLd9gd4TNY+DphvcAEd3dFGdh4ev:tK7EBTGyEtJev |
TLSH | T107C141310CD9A937814352ECBAA2773A79C7DA6BC2064914B8FC55551BC2F64CF0736E |
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 | 507436 |
MD5 | 7D203C18C10F8DB905A654C26F44E4CA |
PackageDescription | alternative to creating and executing simple grammars - doc 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 documentation for python-pyparsing. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-pyparsing-doc |
PackageSection | doc |
PackageVersion | 2.4.6-1 |
SHA-1 | 31FF0AB0936FE03CB225256C1A8663B46CA2CD88 |
SHA-256 | 33C8727E060E4BB465EFBE796AB5AD8E617A2A92DEF1C13525E9AED1492ED936 |