Key | Value |
---|---|
CRC32 | B9292F8B |
FileName | ./usr/share/doc/python-ply/examples/BASIC/rand.bas |
FileSize | 60 |
MD5 | E487FA607E0424894C64A3736621F45A |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '72411', 'OpSystemCode': '76', 'ProductCode': '185298', 'ProductName': 'DragonFly BSD', 'ProductVersion': '5.0.2'} |
RDS:package_id | 293705 |
SHA-1 | 0EBC9D36CDF0A9CBC8D72FAB2054A9E6FB0CB4FF |
SHA-256 | 8988CABD5211563FCB706D30732D647D212608A3188703B3C61DDC46163FAF77 |
SSDEEP | 3:MFZmPtF/9xNMThHNkgMzFgn:MCtD2jAmn |
SpecialCode | |
TLSH | T114A002454D8AD15ABE448BBC290111A17658941B1942257F5A5DA1041995101C0E18A5 |
db | nsrl_modern_rds |
insert-timestamp | 1678976247.4085126 |
source | RDS.db |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 137 |
hashlookup:trust | 100 |
The searched file hash is included in 137 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 66334AC06DF61514292B1228132A6B4D |
PackageArch | noarch |
PackageDescription | PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. |
PackageMaintainer | Fedora Project |
PackageName | python-ply |
PackageRelease | 2.fc23 |
PackageVersion | 3.6 |
SHA-1 | 01895738DA53458D6645F2A45CE581E432F0BB54 |
SHA-256 | 454D13E87004E8FE0C0E4A524637B142D61D233E87F71173D38EEDB15D87D0EE |
Key | Value |
---|---|
FileSize | 62868 |
MD5 | 2FDD5EA4BAED64F865F13A522DDC4CF9 |
PackageDescription | Lex and Yacc implementation for Python (documentation) PLY is yet another implementation of lex and yacc for Python. . This package contains the documentation for Ply. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-ply-doc |
PackageSection | doc |
PackageVersion | 3.11-4ubuntu1 |
SHA-1 | 0335A07691161519BF4B69E87D502B6414A838CB |
SHA-256 | F6219E455B197BDE9ACDE4DEA30D56FB6670B4E38B86812526A934F01FB678A9 |
Key | Value |
---|---|
MD5 | F31B390F63F47BB3A55B3B4D565A18DF |
PackageArch | noarch |
PackageDescription | PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. |
PackageMaintainer | Fedora Project |
PackageName | python3-ply |
PackageRelease | 7.fc21 |
PackageVersion | 3.4 |
SHA-1 | 0723369A582C82B25799712EF4F524243EC0FBF1 |
SHA-256 | AF36265C84431511EE4D686D2C3C1E01AD445E115CB99F3A39060B795AD2C53A |
Key | Value |
---|---|
FileSize | 64414 |
MD5 | 4FD1355E431F2E3073185A983FC65818 |
PackageDescription | Lex and Yacc implementation for Python (documentation) PLY is yet another implementation of lex and yacc for Python. . This package contains the documentation for Ply. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-ply-doc |
PackageSection | doc |
PackageVersion | 3.7-1 |
SHA-1 | 0843508F6B20E0F044397AF36E22C1B38EED7D8B |
SHA-256 | 4B4ADA6E0B97BA707322C4242B5AD1914F173E7BC5F5BEC5175637489F1451F7 |
Key | Value |
---|---|
MD5 | C12B12024BC6EDB05A1665AD9BA9A682 |
PackageArch | noarch |
PackageDescription | PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. |
PackageMaintainer | Fedora Project |
PackageName | python-ply |
PackageRelease | 4.fc19 |
PackageVersion | 3.4 |
SHA-1 | 0918B402255FAFFD858211453B104008AD9BF035 |
SHA-256 | 000F34041CC7378FED0860655E4B2FE4F3E1341C30DCADC434AA8E68B2702EDC |
Key | Value |
---|---|
MD5 | 5129D7509613735FFDD99A739282A546 |
PackageArch | noarch |
PackageDescription | PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars. PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. PLY provides extensive error checking. It is compatible with both Python 2 and Python 3. |
PackageName | python-ply-doc |
PackageRelease | 4.9 |
PackageVersion | 3.11 |
SHA-1 | 0C47DFFBB14C58E6BEDF7D0A0C2A802A624A4961 |
SHA-256 | 4D3C9AA516B9B8EB6631DC7D6DA295A163FD26438A33834D57F7CDD3130B88E2 |
Key | Value |
---|---|
MD5 | 4764478F26E821DDD39737DAF3AE8FF9 |
PackageArch | noarch |
PackageDescription | PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. |
PackageMaintainer | Fedora Project |
PackageName | python-ply |
PackageRelease | 3.fc18 |
PackageVersion | 3.4 |
SHA-1 | 0D43B3C4D6361345959AE330C55AF8C5C92BAD04 |
SHA-256 | 17861135EE8A9D46DDBB7FF43BF8124A6C6D52D2A1BE53860CF6034D73A39DDD |
Key | Value |
---|---|
MD5 | 41F082EE586A591648CCC5583248C9F8 |
PackageArch | noarch |
PackageDescription | PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars. PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. PLY provides extensive error checking. It is compatible with both Python 2 and Python 3. |
PackageName | python-ply-doc |
PackageRelease | 5.1 |
PackageVersion | 3.11 |
SHA-1 | 0E11305F640A48F5CF40366341FC42D624B0AE2D |
SHA-256 | FE63DE859D0CA8D61361F0F6AE3F95578C20ACB1D5602876A946BA4F3CD9999B |
Key | Value |
---|---|
MD5 | 440E57E4AA821931B2607F67B5F1F731 |
PackageArch | noarch |
PackageDescription | PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars. PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. PLY provides extensive error checking. It is compatible with both Python 2 and Python 3. |
PackageName | python-ply-doc |
PackageRelease | lp153.71.4 |
PackageVersion | 3.11 |
SHA-1 | 101A874D6E4C402A3D8A912BF2C8A027C046E39B |
SHA-256 | 1ACE5CDB07C6C8216C1CEFAC626293C4B93DF19D838B16F8417E329CD80CCDB7 |
Key | Value |
---|---|
MD5 | 7DB6E3F42CBBF980D73A1A1F6FC61F39 |
PackageArch | noarch |
PackageDescription | xonsh is a Python-ish, BASHwards-looking shell language and command prompt. The language is a superset of Python 3.4+ with additional shell primitives. xonsh (pronounced conch) is meant for the daily use of experts and novices alike. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | xonsh |
PackageRelease | bp155.2.53 |
PackageVersion | 0.6.2 |
SHA-1 | 125C9E966C31DCC35CB88551A5A474BA7D2AD836 |
SHA-256 | 95F827EE05423160D0EFAE8472012A8089A5D18B2F6FB8CF8AB00692EC6C3F70 |