Key | Value |
---|---|
CRC32 | 4C2289F2 |
FileName | ./usr/lib/python2.7/site-packages/pyparsing-2.1.10-py2.7.egg-info/PKG-INFO |
FileSize | 921 |
MD5 | 262550C360EE1E31C478C3818DA1FEB0 |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '1722', 'OpSystemCode': '599', 'ProductCode': '163709', 'ProductName': 'BlackArch Linux', 'ProductVersion': '2017.03.01'} |
SHA-1 | E994CB624D10332E9816078C93C4E0624D0ED956 |
SHA-256 | FFA5B166753900859FF4F97F2479EC90D3A21EB0DCE7D26221DCEE1333A72EDD |
SSDEEP | 24:D8K2cqCRLYW+zPZnQIFHZftOKW0ZftWZft2ZftDZftYZftRv:D8K2cVV+xQILwiaaDYr |
SpecialCode | |
TLSH | T1A2117A8254C4ADF96FE34D0767898B464C314A519A8D28ACBCF98B0EA921B72817C03D |
db | nsrl_modern_rds |
insert-timestamp | 1647063446.9735873 |
source | NSRL |
hashlookup:parent-total | 7 |
hashlookup:trust | 85 |
The searched file hash is included in 7 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 526A15B4BC29ED688EBBAD954189AA83 |
PackageArch | noarch |
PackageDescription | pyparsing is a module that can be used to easily and directly configure syntax definitions for any number of text parsing applications. |
PackageMaintainer | CBS <cbs@centos.org> |
PackageName | python2-pyparsing |
PackageRelease | 3.el7 |
PackageVersion | 2.1.10 |
SHA-1 | A6D4DE4CF6B9189066FD36A1A0F5F1F4EF14DFB6 |
SHA-256 | 655FC437CDD93DA07CE77698DAD2DC21C2324FA20B8A982016F0F98B0152FDDD |
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 |
Key | Value |
---|---|
MD5 | DE3C32CBD5AE5A84D5D9587737F55DE5 |
PackageArch | noarch |
PackageDescription | pyparsing is a module that can be used to easily and directly configure syntax definitions for any number of text parsing applications. |
PackageMaintainer | CBS <cbs@centos.org> |
PackageName | python2-pyparsing |
PackageRelease | 7.el7 |
PackageVersion | 2.1.10 |
SHA-1 | 88CF3D4EC370E4197E4E7AD2CD8FD269B820FA0E |
SHA-256 | DF3EF5CE81F9FFA783C667ECDB55A20DB4CEC06E03CB352E616B29315582E39A |
Key | Value |
---|---|
FileSize | 51714 |
MD5 | 6E4072919CE640E07680E5F6D7BEE017 |
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 | 2.1.10+dfsg1-1 |
SHA-1 | 62BD929A1E9A8E9DE74B7C67E072385BB92128A7 |
SHA-256 | AFB2BDE7178409B61A0C0CC95CF03464823A60A57B3EEDFC280D5DB663FDCF91 |
Key | Value |
---|---|
FileSize | 88572 |
MD5 | FEA5BD13EC808077F1696D6A980B5C45 |
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 | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python3-pyparsing |
PackageSection | python |
PackageVersion | 2.1.10+dfsg1-1 |
SHA-1 | E479B17F07F83C267E59B11E8ECA7CAB1BCE266C |
SHA-256 | EE8D7F04F841248127E81B3D356D37E623ED29DA284B28C7D2B8A5B34F0EEBBA |
Key | Value |
---|---|
FileSize | 88472 |
MD5 | 0D27D70585332B9627AB3FB89267464A |
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 | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python-pyparsing |
PackageSection | python |
PackageVersion | 2.1.10+dfsg1-1 |
SHA-1 | 45A97B994D93149ED2BB8EAADE0C9F6EFEA47651 |
SHA-256 | 0BC6785731658B613E51CD19C5AB54AC467063C2C99E4C56F2F459084E665F33 |
Key | Value |
---|---|
FileSize | 88588 |
MD5 | 5EF6200604B967ED92266C2315C6B0B1 |
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 PyPy version of python-pyparsing. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | pypy-pyparsing |
PackageSection | python |
PackageVersion | 2.1.10+dfsg1-1 |
SHA-1 | 1B8796B18D607F306D0127EC1E728033FEE03E75 |
SHA-256 | D51762698F18402073BEE16CECBA82C7DF194B8B83845A8DF253A2967D11BB89 |