Skip to main content

ruamel.yaml

ruamel.yaml is a YAML 1.2 loader/dumper package for Python.

https://readthedocs.org/projects/yaml/badge/?version=stable

ChangeLog

0.12.10 (2016-09-05):
 - Make previous fix depend on unicode char width (32 bit unicode support
   is a problem on MacOS reported by David Tagatac)

0.12.8 (2016-09-05):
   - To be ignored Unicode characters were not properly regex matched
     (no specific tests, PR by Haraguroicha Hsu)

0.12.7 (2016-09-03):
   - fixing issue 54 empty lines with spaces (reported by Alex Harvey)

0.12.6 (2016-09-03):
   - fixing issue 46 empty lines between top-level keys were gobbled (but
     not between sequence elements, nor between keys in netsted mappings
     (reported by Alex Harvey)

0.12.5 (2016-08-20):
  - fixing issue 45 preserving datetime formatting (submitted by altuin)
    Several formatting parameters are preserved with some normalisation:
    - preserve 'T', 't' is replaced by 'T', multiple spaces between date
      and time reduced to one.
    - optional space before timezone is removed
    - still using microseconds, but now rounded (.1234567 -> .123457)
    - Z/-5/+01:00 preserved

0.12.4 (2016-08-19):
  - Fix for issue 44: missing preserve_quotes keyword argument (reported
    by M. Crusoe)

0.12.3 (2016-08-17):
  - correct 'in' operation for merged CommentedMaps in round-trip mode
    (implementation inspired by J.Ngo, but original not working for merges)
  - iteration over round-trip loaded mappings, that contain merges. Also
    keys(), items(), values() (Py3/Py2) and iterkeys(), iteritems(),
    itervalues(), viewkeys(), viewitems(), viewvalues() (Py2)
  - reuse of anchor name now generates warning, not an error. Round-tripping such
    anchors works correctly. This inherited PyYAML issue was brought to attention
    by G. Coddut (and was long standing https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515634)
    suppressing the warning:
        import warnings
        from ruamel.yaml.error import ReusedAnchorWarning
        warnings.simplefilter("ignore", ReusedAnchorWarning)

0.12.2 (2016-08-16):
  - minor improvements based on feedback from M. Crusoe
    https://bitbucket.org/ruamel/yaml/issues/42/

0.12.0 (2016-08-16):
  - drop support for Python 2.6
  - include initial Type information (inspired by M. Crusoe)

0.11.15 (2016-08-07):
  - Change to prevent FutureWarning in NumPy, as reported by tgehring
  ("comparison to None will result in an elementwise object comparison in the future")

0.11.14 (2016-07-06):
  - fix preserve_quotes missing on original Loaders (as reported
    by Leynos, bitbucket issue 38)

0.11.13 (2016-07-06):
  - documentation only, automated linux wheels

0.11.12 (2016-07-06):
  - added support for roundtrip of single/double quoted scalars using:
    ruamel.yaml.round_trip_load(stream, preserve_quotes=True)

0.11.0 (2016-02-18):
  - RoundTripLoader loads 1.2 by default (no sexagesimals, 012 octals nor
    yes/no/on/off booleans

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ruamel.yaml-0.12.10.tar.gz (228.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ruamel.yaml-0.12.10-cp35-cp35m-manylinux1_x86_64.whl (531.1 kB view details)

Uploaded CPython 3.5m

ruamel.yaml-0.12.10-cp34-cp34m-manylinux1_x86_64.whl (537.7 kB view details)

Uploaded CPython 3.4m

ruamel.yaml-0.12.10-cp33-cp33m-manylinux1_x86_64.whl (511.7 kB view details)

Uploaded CPython 3.3m

ruamel.yaml-0.12.10-cp27-cp27mu-manylinux1_x86_64.whl (507.7 kB view details)

Uploaded CPython 2.7mu

ruamel.yaml-0.12.10-cp27-cp27m-manylinux1_x86_64.whl (507.7 kB view details)

Uploaded CPython 2.7m

File details

Details for the file ruamel.yaml-0.12.10.tar.gz.

File metadata

  • Download URL: ruamel.yaml-0.12.10.tar.gz
  • Upload date:
  • Size: 228.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ruamel.yaml-0.12.10.tar.gz
Algorithm Hash digest
SHA256 4a0dbcf087cefd68412f5226bf1e3dc26972c4766b3462d377b7a4d498fef900
MD5 412e1777057a022bba4c6704e599e259
BLAKE2b-256 aa37f2e12f47c3edcb67a5e539878a0bb13caf3ad8922dc9421b7421ec81f6e0

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.12.10-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for ruamel.yaml-0.12.10-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b909a32054e130caa44ec0e62118dfaf65d0230c1f74ec89c288585653f70910
MD5 a83ff77d1ef2ec268f86fd6a5829c3dc
BLAKE2b-256 1e83290cf2a4b754aba74083a5c6c7d86438c7a17b839ec15bd82e7d75ed7e3f

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.12.10-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for ruamel.yaml-0.12.10-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 781b4bc603a3be43e218f4657bff54da644a00495f591e2516ef85b6ca331f2a
MD5 b6e88d223f258d06e0e285ad26408b8a
BLAKE2b-256 98703ebb76fa3775015611ef4360d3c29b340760537c2fcf5deb93cc2730b865

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.12.10-cp33-cp33m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for ruamel.yaml-0.12.10-cp33-cp33m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 090d41bd862689cbf2612dbdcd131b0822fedd4815da86c920233eb7cae8854a
MD5 4648ab0b6c032bcf23d83c9e9c7ac428
BLAKE2b-256 66c1442e6412229ee19e45e43184f6c6df8f8118800250b8bd1738cfc8032a09

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.12.10-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for ruamel.yaml-0.12.10-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 117608571b3f7c15ae0c72c6e084a6844e0074d09adf8cd37ba8eab871a64ce6
MD5 2d3847803680c8f475227c725b795730
BLAKE2b-256 678d80ef700bc9eb2d71eb9a77c0e248715000b49f2ce0eeaca85114652c8060

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.12.10-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for ruamel.yaml-0.12.10-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f943ba640a038089c7c07584497307ba4032e1ddc668002cdd9b01e7952dd90f
MD5 52ee2fd1d70cd966b2cdaed32fd42df4
BLAKE2b-256 19d8258bf42cd3f5e39ff335ecd9b23ccc176ea98b2a15b1212d739f4293f6b3

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page