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.

Starting with version 0.15.0 the way YAML files are loaded and dumped is changing. See the API doc for details. Currently existing functionality will throw a warning before being changed/removed. For production systems you should pin the version being used with ``ruamel.yaml<=0.15``. There might be bug fixes in the 0.14 series, but new functionality is likely only to be available via the new API.

If your package uses ruamel.yaml and is not listed on PyPI, drop me an email, preferably with some infomormation on how you use the package (or a link to bitbucket/github) and I’ll keep you informed when the status of the API is stable enough to make the transition.

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

ChangeLog

0.15.28 (2017-08-13):
  • fix issue #61: merge of merge cannot be __repr__-ed (reported by Tal Liron)

0.15.27 (2017-08-13):
  • fix issue 62, YAML 1.2 allows ? and : in plain scalars if non-ambigious (reported by nowox)

  • fix lists within lists which would make comments disappear

0.15.26 (2017-08-10):
  • fix for disappearing comment after empty flow sequence (reported by oit-tzhimmash)

0.15.25 (2017-08-09):
  • fix for problem with dumping (unloaded) floats (reported by eyenseo)

0.15.24 (2017-08-09):
  • added ScalarFloat which supports roundtripping of 23.1, 23.100, 42.00E+56, 0.0, -0.0 etc. while keeping the format. Underscores in mantissas are not preserved/supported (yet, is anybody using that?).

  • (finally) fixed longstanding issue 23 (reported by Antony Sottile), now handling comment between block mapping key and value correctly

  • warn on YAML 1.1 float input that is incorrect (triggered by invalid YAML provided by Cecil Curry)

  • allow setting of boolean representation (false, true) by using: yaml.boolean_representation = [u'False', u'True']

0.15.23 (2017-08-01):
  • fix for round_tripping integers on 2.7.X > sys.maxint (reported by ccatterina)

0.15.22 (2017-07-28):
  • fix for round_tripping singe excl. mark tags doubling (reported and fix by Jan Brezina)

0.15.21 (2017-07-25):
0.15.20 (2017-07-23):
  • wheels for windows including C extensions

0.15.19 (2017-07-13):
  • added object constructor for rt, decorator yaml_object to replace YAMLObject.

  • fix for problem using load_all with Path() instance

  • fix for load_all in combination with zero indent block style literal (pure=True only!)

0.15.18 (2017-07-04):
  • missing pure attribute on YAML useful for implementing !include tag constructor for including YAML files in a YAML file

  • some documentation improvements

  • trigger of doc build on new revision

0.15.17 (2017-07-03):
  • support for Unicode supplementary Plane output (input was already supported, triggered by this Stack Overflow Q&A)

0.15.16 (2017-07-01):
  • minor typing issues (reported and fix provided by Manvendra Singh

  • small doc improvements

0.15.15 (2017-06-27):
0.15.14 (2017-06-25):
  • fix for issue 133, in setup.py: change ModuleNotFoundError to ImportError (reported and fix by Asley Drake)

0.15.13 (2017-06-24):
  • suppress duplicate key warning on mappings with merge keys (reported by Cameron Sweeney)

0.15.12 (2017-06-24):
  • remove fatal dependency of setup.py on wheel package (reported by Cameron Sweeney)

0.15.11 (2017-06-24):
  • fix for issue 130, regression in nested merge keys (reported by David Fee)

0.15.10 (2017-06-23):
  • top level PreservedScalarString not indented if not explicitly asked to

  • remove Makefile (not very useful anyway)

  • some mypy additions

0.15.9 (2017-06-16):
  • fix for issue 127: tagged scalars were always quoted and seperated by a newline when in a block sequence (reported and largely fixed by Tommy Wang)

0.15.8 (2017-06-15):
  • allow plug-in install via install ruamel.yaml[jinja2]

0.15.7 (2017-06-14):
  • add plug-in mechanism for load/dump pre resp. post-processing

0.15.6 (2017-06-10):
  • a set() with duplicate elements now throws error in rt loading

  • support for toplevel column zero literal/folded scalar in explicit documents

0.15.5 (2017-06-08):
  • repeat load() on a single YAML() instance would fail.

0.15.4 (2017-06-08):
  • transform parameter on dump that expects a function taking a string and returning a string. This allows transformation of the output before it is written to stream. This forces creation of the complete output in memory!

  • some updates to the docs

0.15.3 (2017-06-07):
  • No longer try to compile C extensions on Windows. Compilation can be forced by setting the environment variable RUAMEL_FORCE_EXT_BUILD to some value before starting the pip install.

0.15.2 (2017-06-07):
  • update to conform to mypy 0.511: mypy –strict

0.15.1 (2017-06-07):
  • duplicate keys in mappings generate an error (in the old API this change generates a warning until 0.16)

  • dependecy on ruamel.ordereddict for 2.7 now via extras_require

0.15.0 (2017-06-04):
  • it is now allowed to pass in a pathlib.Path as “stream” parameter to all load/dump functions

  • passing in a non-supported object (e.g. a string) as “stream” will result in a much more meaningful YAMLStreamError.

  • assigning a normal string value to an existing CommentedMap key or CommentedSeq element will result in a value cast to the previous value’s type if possible.

  • added YAML class for new API

0.14.12 (2017-05-14):
  • fix for issue 119, deepcopy not returning subclasses (reported and PR by Constantine Evans <cevans@evanslabs.org>)

0.14.11 (2017-05-01):
  • fix for issue 103 allowing implicit documents after document end marker line (...) in YAML 1.2

0.14.10 (2017-04-26):
  • fix problem with emitting using cyaml

0.14.9 (2017-04-22):
0.14.8 (2017-04-19):
  • fix Text not available on 3.5.0 and 3.5.1, now proactively setting version guards on all files (reported by João Paulo Magalhães)

0.14.7 (2017-04-18):
  • round trip of integers (decimal, octal, hex, binary) now preserve leading zero(s) padding and underscores. Underscores are presumed to be at regular distances (i.e. 0o12_345_67 dumps back as 0o1_23_45_67 as the space from the last digit to the underscore before that is the determining factor).

0.14.6 (2017-04-14):
  • binary, octal and hex integers are now preserved by default. This was a known deficiency. Working on this was prompted by the issue report (112) from devnoname120, as well as the additional experience with .replace() on scalarstring classes.

  • fix issues 114: cannot install on Buildozer (reported by mixmastamyk). Setting env. var RUAMEL_NO_PIP_INSTALL_CHECK will suppress pip-check.

0.14.5 (2017-04-04):
  • fix issue 109: None not dumping correctly at top level (reported by Andrea Censi)

  • fix issue 110: .replace on Preserved/DoubleQuoted/SingleQuoted ScalarString would give back “normal” string (reported by sandres23)

0.14.4 (2017-03-31):
  • fix readme

0.14.3 (2017-03-31):
0.14.2 (2017-03-23):
  • fix for old default pip on Ubuntu 14.04 (reported by Sébastien Maccagnoni-Munch)

0.14.1 (2017-03-22):
  • fix Text not available on 3.5.0 and 3.5.1 (reported by Charles Bouchard-Légaré)

0.14.0 (2017-03-21):
  • updates for mypy –strict

  • preparation for moving away from inheritance in Loader and Dumper, calls from e.g. the Representer to the Serializer.serialize() are now done via the attribute .serializer.serialize(). Usage of .serialize() outside of Serializer will be deprecated soon

  • some extra tests on main.py functions


For older changes see the file CHANGES

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.15.28.tar.gz (257.9 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.15.28-cp36-cp36m-manylinux1_x86_64.whl (555.7 kB view details)

Uploaded CPython 3.6m

ruamel.yaml-0.15.28-cp35-cp35m-manylinux1_x86_64.whl (555.5 kB view details)

Uploaded CPython 3.5m

ruamel.yaml-0.15.28-cp34-cp34m-manylinux1_x86_64.whl (562.1 kB view details)

Uploaded CPython 3.4m

ruamel.yaml-0.15.28-cp33-cp33m-manylinux1_x86_64.whl (536.2 kB view details)

Uploaded CPython 3.3m

ruamel.yaml-0.15.28-cp27-cp27mu-manylinux1_x86_64.whl (532.1 kB view details)

Uploaded CPython 2.7mu

ruamel.yaml-0.15.28-cp27-cp27m-manylinux1_x86_64.whl (532.1 kB view details)

Uploaded CPython 2.7m

File details

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

File metadata

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

File hashes

Hashes for ruamel.yaml-0.15.28.tar.gz
Algorithm Hash digest
SHA256 0778d3761df6c01cf37b0db5b1a32d65c346f4750751cc74497e02c1e767f716
MD5 166e591697dc0f07f33537136d9d3d98
BLAKE2b-256 0d7872251404560586248086f99eb96d67133128939004e95ed99896b3931ea3

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.28-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for ruamel.yaml-0.15.28-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 07c8e4d30187d41dab880ad2fbbf716f497a5ab75209ae6b4ff096d375cbad0a
MD5 53576f670dc1f0cac7100d2cf6e86ff7
BLAKE2b-256 e604eccaa583451e94f0825b281c0ba0214967da57ff167d84c48a4a49decee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.15.28-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 69f2a0817442574a2286f4d5ddeb004d04cda76c850b092a63ce0b56f51a82fb
MD5 6a705d8d808a4553195078a0d1b64982
BLAKE2b-256 ba8c16d5d334fe93ab8c996cfb2f8cb622eb9535fe8aa155690b2b5a36144a12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.15.28-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 56df71948e77b31251847daa11dd2216eca22d301b09075dbc79732b5ce5f1e9
MD5 430a05cfc2fbb48f07b3f96826130f91
BLAKE2b-256 d675922cd281c03f0ff7f2068d95e8ed1fe236b2683ed8a3df7e843245bc33f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.15.28-cp33-cp33m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 df1da955c40e534d6c3d7deb5a73f014bf5f033d94885bc4d0c2d4ab7e7d630b
MD5 39b23eda854785129904aca50b086460
BLAKE2b-256 3b6ff2cfc9ecd780e481270d8f3ea91da7290afb14e8f084b9caa818842014da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.15.28-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 34972e2cbee814ac1a314dc517641167515d3aebf2c0269e25073e8bc6233412
MD5 05c51c1a1141eb684ac6191b22049f1f
BLAKE2b-256 2af65f1aa2e41912bbdcd383808764d90c04b98400aa3c5ae78494ed0b4dabfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruamel.yaml-0.15.28-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8086a595e7878354d42b597797f9428186769f45af262076877e0fc43d759c94
MD5 61f2adc3bea0bdb08a26843ed3ebff49
BLAKE2b-256 1a6c3b20cd17facf94ae1e6987d3ba2ae1f42f77593f7e96c1fd09dc45d9951c

See more details on using hashes here.

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