Result for 832CD2F922D93279B3FB5AF6F401F71A47C3F964

Query result

Key Value
CRC321875B619
FileName./usr/share/doc/python3-pyparsing/copyright
FileSize1346
MD5E92C743E0DD98F1DEFE3350F71A11E58
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Chinese-Simplified', 'Language': 'Chinese', 'MfgCode': '1111', 'OpSystemCode': '599', 'ProductCode': '17324', 'ProductName': 'Ubuntu Kylin 14.04.3 LTS 32-bit', 'ProductVersion': '2016-01-15'}
SHA-1832CD2F922D93279B3FB5AF6F401F71A47C3F964
SHA-256A6698000C8366E599A7C1336236A65E95A4472C2F5FDEB672D6B3133F0B2CB02
SSDEEP24:0uzEi9AD9JHUUCHB/yPP3hEHe1oai9QHlsUjH8Ok47dYp3o3DqOFm:jzgD9J0UCBKPvhzmawQHlsyHIkYpY3Dm
SpecialCode
TLSHT1F621B60EB25403B22C5203B09566AD88F27B7117749B6BD4587EF64C633B82CE4F7908
dbnsrl_modern_rds
insert-timestamp1647025816.0901992
sourceNSRL
hashlookup:parent-total10
hashlookup:trust100

Network graph view

Parents (Total: 10)

The searched file hash is included in 10 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize585972
MD5CED759F883B850872C06AF1591C8B77E
PackageDescriptionPython 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)
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing
PackageSectionpython
PackageVersion1.5.2-2ubuntu1
SHA-1062A95E8324F0BCDFB1B421B488BFEF26F13153B
SHA-256480692524B1EB1AF9EC83AE016FBC0B6ED45D1E88E1C15CFC7922A9B7E58B1E2
Key Value
FileSize460578
MD5C36826152155FB146D422B3FB655BE4C
PackageDescriptionPython parsing module, documentation 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 documentation for python-pyparsing.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing-doc
PackageSectiondoc
PackageVersion2.0.1+dfsg1-1
SHA-19FDDC77F58E48FD3124F24F813D8372C33973C5F
SHA-256917E9EB511A785BD0F314260B5785F2FE66160DAB9443F5510B04CF3CC18460F
Key Value
FileSize640316
MD542C6F48E155AEF476FA7CAE4A2E15A45
PackageDescriptionPython parsing module, documentation 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 documentation for python-pyparsing.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing-doc
PackageSectiondoc
PackageVersion1.5.6+dfsg1-2
SHA-1018043676D6C50B2109B61593A000C72157685A8
SHA-256E82DCB27439CDB0C4ABEFBE2A81CC3D6162CCE27F115DB15CC9AE6AD6DA6D31F
Key Value
FileSize34412
MD53E43E8288F022B10406526723F7CC705
PackageDescriptionPython 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-pyparsing
PackageSectionpython
PackageVersion2.0.1+dfsg1-1build1
SHA-16FE36D73C0EA581DDC01E02F983D117FE8B724DC
SHA-25615A1FC91FCF9A19820F7019AB049D2D8771CE7C0E978BD45A4ED41437E20E108
Key Value
FileSize39194
MD59268A788B0853249367B8F94788064EC
PackageDescriptionPython 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)
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing
PackageSectionpython
PackageVersion2.0.1+dfsg1-1
SHA-1F8ACB91B3956CF80F986E3BDB26964ACE39DD374
SHA-25683F77306E4ED90A7ABC22658485DB950B9A29E91E3FFA38FA09C098E55873812
Key Value
FileSize420598
MD5613CDA74F3AF2CBD5275F7A9FCA56440
PackageDescriptionPython parsing module, documentation 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 documentation for python-pyparsing.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing-doc
PackageSectiondoc
PackageVersion2.0.1+dfsg1-1build1
SHA-10F7602E65A486B610007DD60F0928DEBFA1EEBEF
SHA-256286DA84B930B78AD25DC7839CB5B20E989269458A358A3EA6CF12264B0CDE76C
Key Value
FileSize461358
MD5EBE17F30647131735C4411037FD2F62B
PackageDescriptionPython parsing module, documentation 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 documentation for python-pyparsing.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing-doc
PackageSectiondoc
PackageVersion1.5.7+dfsg1-0ubuntu2
SHA-1B7572F3E50734E4890D7CF8C7BCFF29EE5A0270C
SHA-256319ED131784614C199F3C5A097597C504B09D696B27C8CBEBCE7AC9FEAC9877E
Key Value
FileSize34316
MD533831B0B33CD23BD2266F6F19DAC2817
PackageDescriptionPython 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)
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing
PackageSectionpython
PackageVersion2.0.1+dfsg1-1build1
SHA-13116EACB714E9A3BEFABADB280734E5061A5F15A
SHA-256F3E8AFFF2B645BB07274C10A4EE36DBAEFDE9BE22696B888B3DBAFCD3C45774B
Key Value
FileSize38950
MD57F8D076F6724257B00A95399B7DEB92E
PackageDescriptionPython 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)
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing
PackageSectionpython
PackageVersion1.5.7+dfsg1-0ubuntu2
SHA-1522CF1998211449A023CE56B79901BDCAC8B8FA5
SHA-256CEC7A47D318EBAC74BC76D2BE9179D4FA011FA359737EE087452A60518D4A420
Key Value
FileSize38752
MD512624A7F6EAE4BA244E456608279373C
PackageDescriptionPython 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)
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-pyparsing
PackageSectionpython
PackageVersion1.5.6+dfsg1-2
SHA-1C2964348FE51DA9E407E3AAC58136931C651A12E
SHA-256F4F55B506B1D4EBD4E97E6C1A6907539D32334DC937AE22C8A9255BB0E667766