Key | Value |
---|---|
CRC32 | AF3DF065 |
FileName | ./usr/share/doc/python-pyparsing-doc/HowToUsePyparsing.html |
FileSize | 69524 |
MD5 | FA89C9F60068DD72E6368ADB0CECAD7C |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Server', 'Language': 'Multilanguage', 'MfgCode': '924', 'OpSystemCode': '599', 'ProductCode': '183705', 'ProductName': 'SUSE Manager Server - 2 of 2', 'ProductVersion': '3.0'} |
SHA-1 | 230E3A1CD71CB9DA5AAE7146543B827B8795C5E0 |
SHA-256 | F55F382F027A93CA8A1B4816292B671AE4EA63B0DBDB5A164C17FB7B461EA04F |
SSDEEP | 1536:SosMg5St3Wk1JbCEUtdsSegVb8MrQx0N5gqJsw002zEJB3IrcpR/qUI:SosMg5St3WkjCENgvrQE0k3y8R/qUI |
SpecialCode | |
TLSH | T1F663763219515F330BAB02F9F6455F91EAD2C0A9F25241A2ECBDC15BB303C97AD73866 |
db | nsrl_modern_rds |
insert-timestamp | 1646991586.0511603 |
source | NSRL |
tar:gname | bin |
tar:uname | root |
hashlookup:parent-total | 189 |
hashlookup:trust | 100 |
The searched file hash is included in 189 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/5.7/packages//sparc64//py-parsing-2.0.3.tgz |
MD5 | CD55BD8B501E9575E4C96F9A7CFE0FD3 |
SHA-1 | 00247146E1695DCFFE2C6D598D83B164F315EB70 |
SHA-256 | F3BBC45D7130803A24CD1AF396BADE053AB2766319EFECE80431B69EE094AF46 |
SSDEEP | 12288:kZ8yaz4FqTcgPpbBXQ7Q+QAkp2t6ZAA4ASkx8SU/uD/jS4FPYaRcRyqTPeGbxd:kZ858FlUNtQ7Q3LaA3ZUmjjS4FPYaR2x |
TLSH | T153E423D5A2477A083F7565F7E188258D0D9195AFEEBFEC6D199901342886F0E02E02FE |
Key | Value |
---|---|
FileSize | 459208 |
MD5 | A20AD8CC403DA952C6872B1BDE04A30E |
PackageDescription | alternative to creating and executing simple grammars - doc 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 documentation for python-pyparsing. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python-pyparsing-doc |
PackageSection | doc |
PackageVersion | 2.2.0+dfsg1-2 |
SHA-1 | 00C2B78DF570EDE501F6D20295998288DC51CC8D |
SHA-256 | 34082D15D3B862C832A6FCD64E341CA99B58E71204BF6CFE4ACF193DFA724E85 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//powerpc//py3-parsing-2.2.0.tgz |
MD5 | 1098F13037D670B52354102FCFD6B0C4 |
SHA-1 | 01452D71EBAC2A013BF214879DE902331F807DEE |
SHA-256 | D5724EED781773758BF98C2E2827DF2EF5DDCE060FB9B6ED31989AB4F4696D2B |
SSDEEP | 24576:6czksO/5CDGzLNipyvtD3eax2CLP3x7NgUVEswvi:ULkDGzLNip+D3eaxvPBaKEi |
TLSH | T13C2533241A28E5F388C53FE4DABD629813BF985C84D1385B5C6C28C174B2395F2F7A79 |
Key | Value |
---|---|
MD5 | 63B0B54C3FA242C836285608FD613BC2 |
PackageArch | noarch |
PackageDescription | The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. This package contains the documentation of python3-pyparsing |
PackageName | python3-pyparsing-doc |
PackageRelease | lp150.1.1 |
PackageVersion | 2.2.0 |
SHA-1 | 02399E8A87E5EC2A6B11B3CBAC0C0F16D17E7857 |
SHA-256 | A5C9FF72C9FCA1F0F2ED894D4E333249716736C0F90AB0F8A8FBEFA11E09E739 |
Key | Value |
---|---|
MD5 | A00236E232A67B369E76768CAE6390DD |
PackageArch | noarch |
PackageDescription | The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. This package contains the documentation of python2-pyparsing |
PackageName | python2-pyparsing-doc |
PackageRelease | 2.11 |
PackageVersion | 2.2.0 |
SHA-1 | 04088DA7C2ABF1684DCCA771A9C91B52D405FADE |
SHA-256 | FE2EAAD0D4F0C2501CE3F16743598F66AE873434197F6E28D2C8871FF7F575EF |
Key | Value |
---|---|
MD5 | 5FB7F44404D94FA195E43F01324A1D55 |
PackageArch | noarch |
PackageDescription | The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. This package contains the documentation of python2-pyparsing |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python2-pyparsing-doc |
PackageRelease | lp150.1.12 |
PackageVersion | 2.2.0 |
SHA-1 | 0467D3181219E4B37785E25C1B54DB85C5377305 |
SHA-256 | AFF8134A799F86348830D84BE9A6F4A63B1DD25AC333F324CFAE07B5E8078AF4 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//mips64//py-parsing-2.2.0.tgz |
MD5 | BACBFF967429315DE0A0CCDB51DD7361 |
SHA-1 | 05173776EC99C7FF1EBF13F6BB577DB7E12FEA40 |
SHA-256 | 2F9650129744F34244753C1BCFE161602C80B28547DFFF231472B156F939AEEB |
SSDEEP | 24576:mRHDLQ+tofnDPdCK8ZxZNTeaSnr4CVwSK24iLaApnEOd:k2fnjdCtZv19SECVwT24wzpnEe |
TLSH | T18C253369C4576AEBED15B42DDAF50625C93251A3C00FE26812CB6246B37ED00F6BCF4B |
Key | Value |
---|---|
MD5 | A4181715059A86C648B7DBB1B474D5E4 |
PackageArch | noarch |
PackageDescription | The package contains documentation for pyparsing. |
PackageMaintainer | Fedora Project |
PackageName | pyparsing-doc |
PackageRelease | 2.fc23 |
PackageVersion | 2.0.3 |
SHA-1 | 0B79178F827191371CA99D025C5D783BD9355EC2 |
SHA-256 | 7776541E290D93337C8AB7A0911ADA012E311240C904740E681C0010FF45D79A |
Key | Value |
---|---|
MD5 | 69D2D7CC53E6FA470C995F27970EB3CB |
PackageArch | noarch |
PackageDescription | The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. This package contains the documentation of python2-pyparsing |
PackageName | python2-pyparsing-doc |
PackageRelease | 2.1 |
PackageVersion | 2.2.0 |
SHA-1 | 0D3AAB82C8544AB358800564BF760DF16CA3D56E |
SHA-256 | 000A2C0639499E89CA39DC08222E07177382BF1B9E4473E1A3C965C379EDA8A3 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//i386//py3-parsing-2.2.0.tgz |
MD5 | 2E0043B3B3AD498A4C16382AEA2C6B17 |
SHA-1 | 0DE3134C562A57EC0E605E9E836A5FF6BA607885 |
SHA-256 | 8AC5155402F64DF8DB36841E29EB9E37063CE3CB1DC7C2AEA2A93BDC33A722BA |
SSDEEP | 24576:LFZmbYDGzLNipyvtD3eax2CLP3x7NgUVEswvi:qYDGzLNip+D3eaxvPBaKEi |
TLSH | T1852533501218C4F540E43EF49C3DAA48577FD81B84D2389BACBD3CD9A8617A1B2B766E |