Key | Value |
---|---|
FileName | ./usr/lib/python3.8/site-packages/pyaml-18.11.0-py3.8.egg-info/PKG-INFO |
FileSize | 12351 |
MD5 | 65ABF09634E2C3693964A6C537E59238 |
SHA-1 | 527EFBBEB8F09AE6F4592466DAB409C2DAA6CA8D |
SHA-256 | EC94EAACC5C8DA81417B2A6B7DBFCFF945BD4E3F5004A9E977F443EEF68D11D3 |
SSDEEP | 192:FPTpidtSk7wpPdrZNTxXE9eGIVztqEAaa25ZghyKtw:lAdtypPxZNF0Lc48a2Qhju |
TLSH | T17142F9576E80793147C3CAF992B29054C624696B726E3CBCB4DD82942F017389E7F3B9 |
hashlookup:parent-total | 5 |
hashlookup:trust | 75 |
The searched file hash is included in 5 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | FABEA94775E091B5BD43A28697770C30 |
PackageArch | noarch |
PackageDescription | 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, and the best combination of parameters for such output that I've seen so far. |
PackageMaintainer | shlomif <shlomif> |
PackageName | python-pyaml |
PackageRelease | 1.mga7 |
PackageVersion | 18.11.0 |
SHA-1 | D853FB1F8F490D6A3BF74AC2D2D2CF374FC55A3D |
SHA-256 | DA6BDC40B443D89C572F6F1CAD93ECB872A6BA5E485071D8F3C7880CBDBD3FFD |
Key | Value |
---|---|
FileSize | 16304 |
MD5 | 027E9FFA8C0E223703DE772857B71C7C |
PackageDescription | module 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. |
PackageMaintainer | Sascha Steinbiss <satta@debian.org> |
PackageName | python3-pretty-yaml |
PackageSection | python |
PackageVersion | 18.11.0-1 |
SHA-1 | C18DD59A60083082268801B2C47F54D751980825 |
SHA-256 | B54A80685E2959607C03DE41B13BA6D6BBF470A5A5D5521E6309760040C6D8B5 |
Key | Value |
---|---|
MD5 | 629CF84B2C4A10B2EB7BE95FFE47D25A |
PackageArch | noarch |
PackageDescription | 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, and the best combination of parameters for such output that I've seen so far. |
PackageMaintainer | umeabot <umeabot> |
PackageName | python3-pyaml |
PackageRelease | 3.mga8 |
PackageVersion | 18.11.0 |
SHA-1 | 3E02D0DB554693BF4B82450978689B526D3ACAC9 |
SHA-256 | 450E83FEDA65D758B7D0D561B6BEA012BB6ACDE7E6F1925A39B2D47EC75144A6 |
Key | Value |
---|---|
MD5 | 3627576C3DFED013537D6C9DD0756D97 |
PackageArch | noarch |
PackageDescription | 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, and the best combination of parameters for such output that I've seen so far. |
PackageMaintainer | shlomif <shlomif> |
PackageName | python3-pyaml |
PackageRelease | 1.mga7 |
PackageVersion | 18.11.0 |
SHA-1 | 21517FD5B26CC21F957C88711A99CA48F0D8A51D |
SHA-256 | FD15774A675558F2E8F5B71F98650B5F0D9DBF09CD89DB2A920463D06B510EAA |
Key | Value |
---|---|
FileSize | 16228 |
MD5 | CAB6956A36EFC7B6BD8412D9DFEB8E07 |
PackageDescription | module 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. |
PackageMaintainer | Sascha Steinbiss <satta@debian.org> |
PackageName | python-pretty-yaml |
PackageSection | python |
PackageVersion | 18.11.0-1 |
SHA-1 | 88049ADEB8F13628A5CBA22374A032B8A89BAF4A |
SHA-256 | 16C486DFB2A4159765460A4DBE7AC709749D65BB169D131890A8095C82943234 |