Result for DCDFE4C7A6D2E8034754C521567CA57A435497A3

Query result

Key Value
FileName./usr/lib/python3.10/site-packages/pyaml/__init__.py
FileSize7818
MD596DBDF533E651ED9AA36C17A59E45CFC
SHA-1DCDFE4C7A6D2E8034754C521567CA57A435497A3
SHA-256D8CC4F49894FC512AFCDA60EE603EA51C37537488DE3F9C4E3EA36EFC9F24489
SSDEEP96:Zuu6F2Qy0e6proC/x22OOInTan8xk2fp7ij4TnTXWhbpKcuoVUa4El1ExPmz4:ZxQNZJPx2oInTa8xHpFjTubp32xOz4
TLSHT156F18631E15E644386A732B83CD4E0027A9CB92BD39C39B2EDB415786E17C5770B9C6A
hashlookup:parent-total6
hashlookup:trust80

Network graph view

Parents (Total: 6)

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

Key Value
MD5FABEA94775E091B5BD43A28697770C30
PackageArchnoarch
PackageDescriptionYAML is generally nice and easy format to read *if* it was written by humans. PyYAML can a do fairly decent job of making stuff readable, and the best combination of parameters for such output that I've seen so far.
PackageMaintainershlomif <shlomif>
PackageNamepython-pyaml
PackageRelease1.mga7
PackageVersion18.11.0
SHA-1D853FB1F8F490D6A3BF74AC2D2D2CF374FC55A3D
SHA-256DA6BDC40B443D89C572F6F1CAD93ECB872A6BA5E485071D8F3C7880CBDBD3FFD
Key Value
FileSize16304
MD5027E9FFA8C0E223703DE772857B71C7C
PackageDescriptionmodule to produce pretty and readable YAML-serialized data (Python 3) YAML is generally nice and easy format to read if it was written by humans. PyYAML can a do fairly decent job of making stuff readable. pyaml tries to improve on that a bit, with the following tweaks: . - Most human-friendly representation options in PyYAML get picked as defaults. - Does not dump "null" values, if possible, replacing these with just empty strings, which have the same meaning but reduce visual clutter and are easier to edit. - Dicts, sets, OrderedDicts, defaultdicts, namedtuples, etc are representable and get sorted on output (OrderedDicts and namedtuples keep their ordering), so that output would be as diff-friendly as possible, and not arbitrarily depend on Python internals. - It appears that at least recent PyYAML versions also do such sorting for Python dicts. - List items get indented, as they should be. - bytestrings that can't be auto-converted to unicode raise error, as yaml has no "binary bytes" (i.e. unix strings) type. - Attempt is made to pick more readable string representation styles, depending on the value. - "force_embed" option to avoid having &id stuff scattered all over the output (which might be beneficial in some cases, hence the option). - "&id" anchors, if used, get labels from the keys they get attached to, not just use meaningless enumerators. - "string_val_style" option to only apply to strings that are values, not keys. - Has an option to add vertical spacing (empty lines) between keys on different depths, to make output much more seekable. . This package installs the Python 3 version.
PackageMaintainerSascha Steinbiss <satta@debian.org>
PackageNamepython3-pretty-yaml
PackageSectionpython
PackageVersion18.11.0-1
SHA-1C18DD59A60083082268801B2C47F54D751980825
SHA-256B54A80685E2959607C03DE41B13BA6D6BBF470A5A5D5521E6309760040C6D8B5
Key Value
MD5E9D866D0C0DC4AFD3C282E7A4790E5A3
PackageArchnoarch
PackageDescriptionYAML is generally nice and easy format to read *if* it was written by humans. PyYAML can a do fairly decent job of making stuff readable, and the best combination of parameters for such output that I've seen so far.
PackageMaintainerumeabot <umeabot>
PackageNamepython3-pyaml
PackageRelease6.mga9
PackageVersion18.11.0
SHA-1211C5E63933B25B3C95DC8D0243623F0694038FD
SHA-25634751CE799DFFD0D98159DF5D5CC06DEA658A83C450C801DA03EAFBD5BAEB27F
Key Value
MD5629CF84B2C4A10B2EB7BE95FFE47D25A
PackageArchnoarch
PackageDescriptionYAML is generally nice and easy format to read *if* it was written by humans. PyYAML can a do fairly decent job of making stuff readable, and the best combination of parameters for such output that I've seen so far.
PackageMaintainerumeabot <umeabot>
PackageNamepython3-pyaml
PackageRelease3.mga8
PackageVersion18.11.0
SHA-13E02D0DB554693BF4B82450978689B526D3ACAC9
SHA-256450E83FEDA65D758B7D0D561B6BEA012BB6ACDE7E6F1925A39B2D47EC75144A6
Key Value
MD53627576C3DFED013537D6C9DD0756D97
PackageArchnoarch
PackageDescriptionYAML is generally nice and easy format to read *if* it was written by humans. PyYAML can a do fairly decent job of making stuff readable, and the best combination of parameters for such output that I've seen so far.
PackageMaintainershlomif <shlomif>
PackageNamepython3-pyaml
PackageRelease1.mga7
PackageVersion18.11.0
SHA-121517FD5B26CC21F957C88711A99CA48F0D8A51D
SHA-256FD15774A675558F2E8F5B71F98650B5F0D9DBF09CD89DB2A920463D06B510EAA
Key Value
FileSize16228
MD5CAB6956A36EFC7B6BD8412D9DFEB8E07
PackageDescriptionmodule to produce pretty and readable YAML-serialized data (Python 2) YAML is generally nice and easy format to read if it was written by humans. PyYAML can a do fairly decent job of making stuff readable. pyaml tries to improve on that a bit, with the following tweaks: . - Most human-friendly representation options in PyYAML get picked as defaults. - Does not dump "null" values, if possible, replacing these with just empty strings, which have the same meaning but reduce visual clutter and are easier to edit. - Dicts, sets, OrderedDicts, defaultdicts, namedtuples, etc are representable and get sorted on output (OrderedDicts and namedtuples keep their ordering), so that output would be as diff-friendly as possible, and not arbitrarily depend on Python internals. - It appears that at least recent PyYAML versions also do such sorting for Python dicts. - List items get indented, as they should be. - bytestrings that can't be auto-converted to unicode raise error, as yaml has no "binary bytes" (i.e. unix strings) type. - Attempt is made to pick more readable string representation styles, depending on the value. - "force_embed" option to avoid having &id stuff scattered all over the output (which might be beneficial in some cases, hence the option). - "&id" anchors, if used, get labels from the keys they get attached to, not just use meaningless enumerators. - "string_val_style" option to only apply to strings that are values, not keys. - Has an option to add vertical spacing (empty lines) between keys on different depths, to make output much more seekable. . This package installs the Python 2 version.
PackageMaintainerSascha Steinbiss <satta@debian.org>
PackageNamepython-pretty-yaml
PackageSectionpython
PackageVersion18.11.0-1
SHA-188049ADEB8F13628A5CBA22374A032B8A89BAF4A
SHA-25616C486DFB2A4159765460A4DBE7AC709749D65BB169D131890A8095C82943234