Key | Value |
---|---|
CRC32 | CD9B1EFB |
FileName | ./usr/share/doc/python3-pyparsing/copyright |
FileSize | 1345 |
MD5 | CFE975B6C92AB8D32CEEF5B3F4B224EF |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '1111', 'OpSystemCode': '999', 'ProductCode': '187092', 'ProductName': 'Ubuntu LTS (Xenial Xerus) 32-bit PC (i386) Desktop', 'ProductVersion': '16.04.4'} |
RDS:package_id | 222721 |
SHA-1 | 7E5CC20E180260A2E156A4926AE87D759DAA6AAF |
SHA-256 | 6FFC3825C825CEE9A20B63CC473F1D70AB5A1028739437BDF7FE82AFA69DA4E6 |
SHA-512 | 4C67D4A7A2CB83CA779DBE5295534C04DC95E8D7DFD3CC561EAA81F5479A90DA9E205D6597EE84E9A9B2FBC795CE5A77B510AF674EF5AD3DC96AFF177D5C38A1 |
SSDEEP | 24:0uzEi9AD9JHUUCHB/yPP3hEHe1oai9QHlsUjH8Ok47dYp3o3DqOFk:jzgD9J0UCBKPvhzmawQHlsyHIkYpY3Dk |
SpecialCode | |
TLSH | T1C421D80EB25403B22C5203B09566ADC8F27B7117749B6BD4587EF64C633B82CE4F7908 |
db | nsrl_modern_rds |
insert-timestamp | 1727040698.6602728 |
mimetype | text/plain |
source | RDS.db |
hashlookup:parent-total | 22 |
hashlookup:trust | 100 |
The searched file hash is included in 22 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 35314 |
MD5 | AFE6A576938A1AEE801122FC7254DA8E |
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.0.3+dfsg1-1 |
SHA-1 | 1262B7E2CFC0F49686A3FD962E3A5AF416028948 |
SHA-256 | 703419D2E97FA0F3A92AD443699599B5D3820E2AA1AA48801C4E736A991D8287 |
Key | Value |
---|---|
SHA-1 | 173C8A2ED9788D09A95D30F098A69E587D098A82 |
snap-authority | canonical |
snap-filename | csSt8CufXKKSkHeDakXvbb8BhcUqIlTg_1.snap |
snap-id | csSt8CufXKKSkHeDakXvbb8BhcUqIlTg_1 |
snap-name | rom1 |
snap-publisher-id | 0onhei3UIoAUwtHkvXJLX8Q4LHuWmd8s |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-09-07T17:44:33.877530Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/csSt8CufXKKSkHeDakXvbb8BhcUqIlTg_1.snap |
Key | Value |
---|---|
FileSize | 35410 |
MD5 | 8CB58BD0D5B6574C796A43F33B466996 |
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.0.3+dfsg1-1 |
SHA-1 | 1CCAFB1CAEBD826970564838A4D9E79E62BE5BBE |
SHA-256 | C2FB4BD645AFD556D8146ED05395D4A9293C4EAC1BC5862202B16D426084EAE5 |
Key | Value |
---|---|
SHA-1 | 293BB96052D62622A83E0C4574B12C6664C29492 |
snap-authority | canonical |
snap-filename | 3iHZ3ST4I8WIg7T3PGtq2HSWNECk5QSr_1.snap |
snap-id | 3iHZ3ST4I8WIg7T3PGtq2HSWNECk5QSr_1 |
snap-name | strunkg-ros-1-git-repo |
snap-publisher-id | KMB0apws968RsxC1od1xbgqYzZJctOdA |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2018-05-12T01:50:55.071546Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/3iHZ3ST4I8WIg7T3PGtq2HSWNECk5QSr_1.snap |
Key | Value |
---|---|
FileSize | 35464 |
MD5 | BC10E506BE54C808853DC9B313F6B0D4 |
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.0.3+dfsg1-1ubuntu0.2 |
SHA-1 | 2980BC6C1EDFB485CF621CEBFB995C5D7242A6FF |
SHA-256 | B7E12434109FEC1B9C09C102D4AB24E5C4CF229758323FDC50364E99EDBE4814 |
Key | Value |
---|---|
SHA-1 | 3878B17D0A7CC27817D5E9D38F95DCF6D99FF2AC |
snap-authority | canonical |
snap-filename | sRZcQz4Fn7kTWJZXBqkxCotjLRDJAim7_1.snap |
snap-id | sRZcQz4Fn7kTWJZXBqkxCotjLRDJAim7_1 |
snap-name | blade-publisher-subscriber |
snap-publisher-id | M6gj5DEKOynffXIlTFaiC3oqbfON2dyn |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2018-07-18T11:24:05.627461Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/sRZcQz4Fn7kTWJZXBqkxCotjLRDJAim7_1.snap |
Key | Value |
---|---|
SHA-1 | 469BC3974BBA50C88FEFBE4A841FE6D786590358 |
snap-authority | canonical |
snap-filename | 6bWQLAkD9F16IbBMRxd0MD1YzeZBwzeF_1.snap |
snap-id | 6bWQLAkD9F16IbBMRxd0MD1YzeZBwzeF_1 |
snap-name | a4wd1-ros |
snap-publisher-id | 9nmIpc51RFBem8IBwh497XKZg7c6Fytb |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2018-12-24T08:45:03.365954Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/6bWQLAkD9F16IbBMRxd0MD1YzeZBwzeF_1.snap |
Key | Value |
---|---|
SHA-1 | 5E4F860D5E71128D1ADF53E5260A504BB3E701F0 |
snap-authority | canonical |
snap-filename | 8E6AA7lSB9KfTQSYq4zMIdIZS6yE9WoZ_3.snap |
snap-id | 8E6AA7lSB9KfTQSYq4zMIdIZS6yE9WoZ_3 |
snap-name | ros-beginner-tutorials-knj2abt |
snap-publisher-id | AurUKKkOZkkQtEDcPytakeNtbR9DFqDY |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-05-02T07:07:20.093352Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/8E6AA7lSB9KfTQSYq4zMIdIZS6yE9WoZ_3.snap |
Key | Value |
---|---|
SHA-1 | 709ACA2B05A23F5A1E4EC4E973249473158E8BD6 |
snap-authority | canonical |
snap-filename | rcjbY1exSiJWylENzVACt7Z6nDp2q1dN_5.snap |
snap-id | rcjbY1exSiJWylENzVACt7Z6nDp2q1dN_5 |
snap-name | ros-beginner-tutorials |
snap-publisher-id | JcOZZczuQlG4zMZ6Wtr8syDMoEpAvyQG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-04-05T06:09:25.991829Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/rcjbY1exSiJWylENzVACt7Z6nDp2q1dN_5.snap |
Key | Value |
---|---|
FileSize | 64062 |
MD5 | C57AB36741BC3B22BD77EB5BD4D0188E |
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 | Kevin Coyner <kcoyner@debian.org> |
PackageName | python3-pyparsing |
PackageSection | python |
PackageVersion | 2.0.3+dfsg1-1 |
SHA-1 | 7358E41529D9B3D8787C01BA1C835FC28F48B80A |
SHA-256 | 52CC4F70A94F4A031DEE68173DC246D2A373AFD9A57A82B246412025EFF32441 |