Key | Value |
---|---|
FileName | ./usr/share/doc/python3-pyparsing/changelog.Debian.gz |
FileSize | 1188 |
MD5 | 9D504C15ED7F3967E78A11679FE3631E |
SHA-1 | 3E6DBC1352A98A5C9611AF058BD0F1B4FD04FB4C |
SHA-256 | 0FCBC55AEE8B148B7661D58E81982267E065BD0B34D740444C3906C581D4EE07 |
SSDEEP | 24:X1LI6rAlvg1XHb8f4QceYSD5w8MjuWMEhNpb2GCoxTejNrpH9h/qREM0n:XFYvAX78f4QGuq4AWDmKjNrpXqSM0 |
TLSH | T1B321FD4D68EC8F30138F47F9961E4F9F7C0A1D5563D1A6F5CADC2B3D24A1115C9E049A |
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 | 51822 |
MD5 | 82688161D5DF2D40167A56163934B1BA |
PackageDescription | Python parsing module, Python3 package 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 the Python3 version of python-pyparsing. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-pyparsing |
PackageSection | python |
PackageVersion | 2.1.10+dfsg1-1 |
SHA-1 | F675BDF7FB351F9EC3B97B8866979E481A9A1FA8 |
SHA-256 | 0B8DED27D533B1C8FF5B381432C45BF8322B3477ADEF03A03FA0159D26D93285 |