Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/examples/LAparser.py.gz |
FileSize | 5669 |
MD5 | 3C1746FBFBFB4ED3C96B211F1739C89C |
SHA-1 | 085B5DF17D0EE4813B292C895F6163FBC21698B8 |
SHA-256 | 330589AC866EB2FFED9F07110BBCE7DA88E82A34CCD39EB0D67ADCF0685CFD12 |
SSDEEP | 96:LXwEz6f/W6B+3OFL5MsXnumBWbdu8/5nbe01nI+SlsRmfjy8UGVjE:LXj63/ce5uCWbU8/Bq01nIVLSGVjE |
TLSH | T1ADC19E8880531397EA56D1C7A19131C56C937A54F881B0DA623C7DA1D78DD9C9BC1C64 |
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 |