Skip to main content

ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order

Project description

ruamel.yaml

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

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

ChangeLog

NEXT:
  • if load() or load_all() is called with only a single argument (stream or string) a UnsafeLoaderWarning will be issued once. If appropriate you can surpress this warning by filtering it. Explicitly supplying the Loader=ruamel.yaml.Loader argument, will also prevent it from being issued. You should however consider using safe_load(), safe_load_all() if your YAML input does not use tags.

  • allow adding comments before and after keys (based on StackOveflow Q&A by msinn)

0.12.18 (2016-11-16):
  • another fix for numpy (re-reported by Nathanial Burdic)

0.12.17 (2016-11-15):
  • only the RoundTripLoader included the Resolver that supports YAML 1.2 now all loaders do (reported by mixmastamyk)

0.12.16 (2016-11-13):
  • allow dot char (and many others) in anchor name Fix issue 72 (reported by Shalon Wood)

  • Slightly smarter behaviour dumping strings when no style is specified. Single string scalars that start with single quotes or have newlines now are dumped double quoted: “‘abcnklm’” instead of:

    '''abc
    
      klm'''
0.12.14 (2016-09-21):
  • preserve round-trip sequences that are mapping keys (prompted by stackoverflow question 39595807 from Nowox)

0.12.13 (2016-09-15):
  • Fix for issue #60 representation of CommentedMap with merge keys incorrect (reported by Tal Liron)

0.12.11 (2016-09-06):
  • Fix issue 58 endless loop in scanning tokens (reported by Christopher Lambert)

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):
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

Project details


Release history Release notifications | RSS feed

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.13.0.tar.gz (231.4 kB view details)

Uploaded Source

Built Distributions

ruamel.yaml-0.13.0-cp35-cp35m-manylinux1_x86_64.whl (533.6 kB view details)

Uploaded CPython 3.5m

ruamel.yaml-0.13.0-cp34-cp34m-manylinux1_x86_64.whl (540.2 kB view details)

Uploaded CPython 3.4m

ruamel.yaml-0.13.0-cp33-cp33m-manylinux1_x86_64.whl (514.3 kB view details)

Uploaded CPython 3.3m

ruamel.yaml-0.13.0-cp27-cp27mu-manylinux1_x86_64.whl (510.3 kB view details)

Uploaded CPython 2.7mu

ruamel.yaml-0.13.0-cp27-cp27m-manylinux1_x86_64.whl (510.3 kB view details)

Uploaded CPython 2.7m

File details

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

File metadata

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

File hashes

Hashes for ruamel.yaml-0.13.0.tar.gz
Algorithm Hash digest
SHA256 31b3a289ec24e7fa5b748dc70502e86a7ced7b1da7868b26e6387d400907cdb9
MD5 03df98d83e9238f955f8dcec66027142
BLAKE2b-256 2214193c85f1311a781cbe95439a5b4a0beb1870eacb1bd98c47927b35b30264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.13.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d34d49bcedf561ac6408ee0c5ed55044915c704f1c1f9e577f7d1aec6e32e883
MD5 1c82a60a8702a03b578d27839ffca3f8
BLAKE2b-256 4fb6d2110f91387abee5e779a42fda8fabc1b04442a56ac5bbb8a10f6e251bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.13.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7f1e8730268d33a09c7b12e196499b7d0e3c92b0fa7d9f07d123d9bc48b5540d
MD5 c9b6da4591783d6cef87ebb68c1695f7
BLAKE2b-256 ea3b5dfed73a03508217042383c70fe7f7ae57c370b657ef9ff67721a9c7244a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.13.0-cp33-cp33m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 90ed1664268de883b220967d5df2b1b6c9591cdfeef9f0d1adc4e48fbea349a8
MD5 dbd746a4f069ae9eab4f649a4ceb4e33
BLAKE2b-256 5d061298ba491f8984bd746935a98561372bcc035c4fb19c3895a1484b04792a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.13.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 73f34833ca9b221300059230281b48c619f79c616349cec21a5b373959c1d611
MD5 9bb2e3e8e2a00973aa9674b973386798
BLAKE2b-256 1bfe32071a7745368924d68130fa7635014434b61f6a43279126dc5051a3f290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.13.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 91855b1fee32d2f42a088e443d093cfd5f6875d7d86c1bbc2d6cf03d9b282798
MD5 bfb87da84d7f23fa518fc7ba0c7d8ca3
BLAKE2b-256 4e818210aff2ea102d4d8019eb3eacc98cb9d69d23de88006664cee61d68ba84

See more details on using hashes here.

Supported by

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