Key | Value |
---|---|
FileName | ./usr/share/doc/pypy-pyparsing/changelog.Debian.gz |
FileSize | 1315 |
MD5 | 70CC83CDA58FD139E51451EC3979E862 |
SHA-1 | 2C2259E2A60413745B9EA65DC2F99EF21C3786F0 |
SHA-256 | 1FAD734540CCC153FE210B9993B2AE5A4A50F127624820D04651E6B8EB9353BA |
SSDEEP | 24:Xy86Vqw9cN5YWdZDu5k8BK0WVVBGNJ8dLGcS960vxcTw0hpOZXjgBylDscUrN9tA:XjO9ctZiLK/BGKG1F6Tdp0jnwcoLtelp |
TLSH | T1B021C8A898A8429DB18F2722305447146BE9F9B27B8801EA1966573B49DB3622218EF1 |
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 | 52172 |
MD5 | 3EFD6F12C89CC4C915A004EDA2EA9A49 |
PackageDescription | alternative to creating and executing simple grammars - pypy 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 PyPy version of python-pyparsing. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | pypy-pyparsing |
PackageSection | python |
PackageVersion | 2.2.0+dfsg1-2 |
SHA-1 | 4251E0FCC83B007E6A9413714C8F51C433ACCC17 |
SHA-256 | 7F473EB36B434550A43ED787DD6A783CC262258B8A89DAB3C73332F7FDD88745 |