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.

version:

0.15.52

updated:

2018-08-09

documentation:

http://yaml.readthedocs.io

repository:

https://bitbucket.org/ruamel/

pypi:

https://pypi.org/project/ruamel.yaml/

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 https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/license.svg https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/pypi.svg https://bitbucket.org/ruamel/oitnb/raw/default/_doc/_static/oitnb.svg http://www.mypy-lang.org/static/mypy_badge.svg

ChangeLog

0.15.52 (2018-08-09):
  • added .copy() mapping representation for round-tripping (CommentedMap) to fix incomplete copies of merged mappings (reported by Will Richards)

  • Also unmade that class a subclass of ordereddict to solve incorrect behaviour for {**merged-mapping} and dict(**merged-mapping) (reported by Filip Matzner)

0.15.51 (2018-08-08):
  • Fix method name dumps (were not dotted) and loads (reported by Douglas Raillard)

  • Fix spurious trailing white-space caused when the comment start column was no longer reached and there was no actual EOL comment (e.g. following empty line) and doing substitutions, or when quotes around scalars got dropped. (reported by Thomas Guillet)

0.15.50 (2018-08-05):
  • Allow YAML() as a context manager for output, thereby making it much easier to generate multi-documents in a stream.

  • Fix issue with incorrect type information for load() and dump() (reported by Jimbo Jim)

0.15.49 (2018-08-05):
  • fix preservation of leading newlines in root level literal style scalar, and preserve comment after literal style indicator (| # some comment) Both needed for round-tripping multi-doc streams in ryd.

0.15.48 (2018-08-03):
  • housekeeping: oitnb for formatting, mypy 0.620 upgrade and conformity

0.15.47 (2018-07-31):
  • fix broken 3.6 manylinux1, the result of an unclean build (reported by Roman Sichnyi)

0.15.46 (2018-07-29):
0.15.45 (2018-07-26):
0.15.44 (2018-07-14):
  • Correct loading plain scalars consisting of numerals only and starting with 0, when not explicitly specifying YAML version 1.1. This also fixes the issue about dumping string ‘019’ as plain scalars as reported by Min RK, that prompted this chance.

0.15.43 (2018-07-12):
  • merge PR33: Python2.7 on Windows is narrow, but has no sysconfig.get_config_var('Py_UNICODE_SIZE'). (merge provided by Marcel Bargull)

  • register_class() now returns class (proposed by Mike Nerone}

0.15.42 (2018-07-01):
  • fix regression showing only on narrow Python 2.7 (py27mu) builds (with help from Marcel Bargull and Colm O’Connor).

  • run pre-commit tox on Python 2.7 wide and narrow, as well as 3.4/3.5/3.6/3.7/pypy

0.15.41 (2018-06-27):
  • add detection of C-compile failure (investigation prompted by StackOverlow by Emmanuel Blot), which was removed while no longer dependent on libyaml, C-extensions compilation still needs a compiler though.

0.15.40 (2018-06-18):
  • added links to landing places as suggested in issue 190 by KostisA

  • fixes issue #201: decoding unicode escaped tags on Python2, reported by Dan Abolafia

0.15.39 (2018-06-17):
  • merge PR27 improving package startup time (and loading when regexp not actually used), provided by Marcel Bargull

0.15.38 (2018-06-13):
0.15.37 (2018-03-21):
  • again trying to create installable files for 187

0.15.36 (2018-02-07):
  • fix issue 187, incompatibility of C extension with 3.7 (reported by Daniel Blanchard)

0.15.35 (2017-12-03):
  • allow None as stream when specifying transform parameters to YAML.dump(). This is useful if the transforming function doesn’t return a meaningful value (inspired by StackOverflow by rsaw).

0.15.34 (2017-09-17):
  • fix for issue 157: CDumper not dumping floats (reported by Jan Smitka)

0.15.33 (2017-08-31):
  • support for “undefined” round-tripping tagged scalar objects (in addition to tagged mapping object). Inspired by a use case presented by Matthew Patton on StackOverflow.

  • fix issue 148: replace cryptic error message when using !!timestamp with an incorrectly formatted or non- scalar. Reported by FichteFoll.

0.15.32 (2017-08-21):
  • allow setting yaml.default_flow_style = None (default: False) for for typ='rt'.

  • fix for issue 149: multiplications on ScalarFloat now return float (reported by jan.brezina@tul.cz)

0.15.31 (2017-08-15):
  • fix Comment dumping

0.15.30 (2017-08-14):
  • fix for issue with “compact JSON” not parsing: {"in":{},"out":{}} (reported on StackOverflow by mjalkio

0.15.29 (2017-08-14):
  • fix issue #51: different indents for mappings and sequences (reported by Alex Harvey)

  • fix for flow sequence/mapping as element/value of block sequence with sequence-indent minus dash-offset not equal two.

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

Uploaded Source

Built Distributions

ruamel.yaml-0.15.52-cp37-cp37m-win_amd64.whl (208.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

ruamel.yaml-0.15.52-cp37-cp37m-win32.whl (188.5 kB view details)

Uploaded CPython 3.7m Windows x86

ruamel.yaml-0.15.52-cp37-cp37m-manylinux1_x86_64.whl (635.9 kB view details)

Uploaded CPython 3.7m

ruamel.yaml-0.15.52-cp37-cp37m-macosx_10_9_x86_64.whl (236.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

ruamel.yaml-0.15.52-cp36-cp36m-win_amd64.whl (208.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

ruamel.yaml-0.15.52-cp36-cp36m-win32.whl (188.5 kB view details)

Uploaded CPython 3.6m Windows x86

ruamel.yaml-0.15.52-cp36-cp36m-manylinux1_x86_64.whl (640.7 kB view details)

Uploaded CPython 3.6m

ruamel.yaml-0.15.52-cp36-cp36m-macosx_10_9_x86_64.whl (235.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

ruamel.yaml-0.15.52-cp35-cp35m-win_amd64.whl (205.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

ruamel.yaml-0.15.52-cp35-cp35m-win32.whl (185.6 kB view details)

Uploaded CPython 3.5m Windows x86

ruamel.yaml-0.15.52-cp35-cp35m-manylinux1_x86_64.whl (620.8 kB view details)

Uploaded CPython 3.5m

ruamel.yaml-0.15.52-cp35-cp35m-macosx_10_6_intel.whl (350.1 kB view details)

Uploaded CPython 3.5m macOS 10.6+ Intel (x86-64, i386)

ruamel.yaml-0.15.52-cp34-cp34m-win_amd64.whl (207.1 kB view details)

Uploaded CPython 3.4m Windows x86-64

ruamel.yaml-0.15.52-cp34-cp34m-win32.whl (193.8 kB view details)

Uploaded CPython 3.4m Windows x86

ruamel.yaml-0.15.52-cp34-cp34m-manylinux1_x86_64.whl (631.0 kB view details)

Uploaded CPython 3.4m

ruamel.yaml-0.15.52-cp34-cp34m-macosx_10_6_intel.whl (363.5 kB view details)

Uploaded CPython 3.4m macOS 10.6+ Intel (x86-64, i386)

ruamel.yaml-0.15.52-cp27-cp27mu-manylinux1_x86_64.whl (589.0 kB view details)

Uploaded CPython 2.7mu

ruamel.yaml-0.15.52-cp27-cp27m-win_amd64.whl (212.0 kB view details)

Uploaded CPython 2.7m Windows x86-64

ruamel.yaml-0.15.52-cp27-cp27m-win32.whl (193.7 kB view details)

Uploaded CPython 2.7m Windows x86

ruamel.yaml-0.15.52-cp27-cp27m-manylinux1_x86_64.whl (589.0 kB view details)

Uploaded CPython 2.7m

ruamel.yaml-0.15.52-cp27-cp27m-macosx_10_9_x86_64.whl (239.9 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: ruamel.yaml-0.15.52.tar.gz
  • Upload date:
  • Size: 286.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52.tar.gz
Algorithm Hash digest
SHA256 eba4c94eac86e6c19ba2b0f28ddc0e45e39dcbbfe8b5e1c31299246534ea1b19
MD5 20925376609859767ca13c4e12515835
BLAKE2b-256 1056d495aa1d1aab2cf7ffe3a7f769908cb4f4faff4dc9dc95af24423a477f81

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 208.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5fa1731dd8a64a4feb27cdfde254ab9a73711770155c81b07528d6bf10975060
MD5 c6179bfdb11b18952a47954024a1ba73
BLAKE2b-256 7671fb6dbc1842267d3b2ab5454c4a2154c55095797476762df49cb6b7831138

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp37-cp37m-win32.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 188.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a31604abe3d9ce51b773251f55934ee3d9b9b01c36449f8bd378aa2af735d8f2
MD5 72365887de3c34d8ed3ccc329ad9aa63
BLAKE2b-256 368cfa6fb7e9ddc52a84777506f3d92168b986fdb55b67551111d54309c67146

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 635.9 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 03a995c3e0e7f75c53248b78dd76a772c8a93bda5e4a1ce7c8761b01c5780f76
MD5 aa20a7963b2ce5491bc1de17672c8cb6
BLAKE2b-256 5c4ea3ca3aefb881a797c508a0bb233ae41f930ddd2409a71e759b41587aba63

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea7b0efeac65d1ea145be60582ddc50f6a25ec884b0777a550bb19adabfdc4e0
MD5 e9b837b179b80c4af7bd12e3053e4416
BLAKE2b-256 085168c267c1233752468f83e175fa8a6efa56374dc86bc21590917dad2f93f6

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 208.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 239af49f118d11feabc082cc423fae80a1bcfa0b05b59deff39908b4d207abd1
MD5 b06675337d9e96530c946892787762ec
BLAKE2b-256 02de106b712120a0c864e52062225d3b43e01d0f0c11bd504fca07d61f9ea55a

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp36-cp36m-win32.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 188.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 eacf213e851fe366206d0efa4e617aecd23ced73c70a7046b9efe54fd8944443
MD5 cb623a1419bf6fce6ee1a442d3135650
BLAKE2b-256 b591370e59d3d9c87c99b0057ae0995d461b7f9062410285bbdd337295ef9d26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 640.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 deae158eac882a3ed091cdd26a37196eda851a26c060e7953f1c66dfec7dd115
MD5 60f1ad25e9207a6c3db1f4951b8ab3b9
BLAKE2b-256 070fc57e0f402f8f0b780d0cf3b5814489c30a531b7fdf21f9180a90320bc347

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 235.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6990c9c1eec5ad7570ea5bc160b6d9a66a105856be33cd6676e048a99ef07b7e
MD5 ad3b0113295f7b44882a2e9f079957e6
BLAKE2b-256 1183734fe56eb2ccc6f78c21c0c8cd5efdc9ab7dc7520231d8e48e25ff842f0c

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 205.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 fce6f5f15dc7a04e0cd1cab8d4010509dc693b60dfa4c10cccad04b7c81136bd
MD5 0b4d5497bee2277281b7535897117ff5
BLAKE2b-256 1da0f96459ef08b7f135e7bb492521ba8cfb5d2b6c8c44e30df09d886b2e74fc

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp35-cp35m-win32.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 185.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 92136b69cc29b40ba583a6f6348a5a50785cefe0cc5b53df38a7bf50e81d9325
MD5 9009bd2c642fa3ca4a337985145e2373
BLAKE2b-256 d01c534b4d09f6f495d086ca20389f263dc26274d0146582284f43e0ae3e2aec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 620.8 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 85de249f6a20258595baa7a48e4225523f3571b93e9bf22c86a04feca36eba0e
MD5 aaf2eedc465c28f52273075744e7192d
BLAKE2b-256 64d392582e4d5ca5deccae1541882f53ef22e9343fcbd87830d224ab5fbf41af

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 350.1 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 42f56a5dc41bba80ff02927352b70cc6a057be64dc3a929a53503950e6556d68
MD5 ec006557b4eb987613b83853a234fb43
BLAKE2b-256 89c16f0678bbd876817848fb77913c93c941e5cf8153578c5193ad5512fd3ad9

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 207.1 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 8b2528efbcb74177e705cf2c6f2dbc9e8cd94c4b0ae1089ff9b4e66c3a265cff
MD5 f77ccb64533878114edd5fabb51ae917
BLAKE2b-256 27e74bc082e774ff42c2a72e3050d94b7ce7c575657bdc845d0938aad4c8b2f6

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp34-cp34m-win32.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 193.8 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 1bee70a04c8237f8d3fd1c71d97168a1cfd33d8b53f29782a8e06605b303465b
MD5 d2a7dadbd1f2ae16db4c91f02cb5a2e1
BLAKE2b-256 9c17138d4a49afaa70f069db114cf517a609c8cffbfd5ad05996e526a5461932

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 631.0 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 43fe1b81afc9d0008c8ef2a4a0ad13de3178cc56ec23e6b213dae8f300751567
MD5 ae513ebe545feb13b95aefafdc061b62
BLAKE2b-256 8c97297832aa03854c108baa3ab06dab84f9451040aa8e7f19c1ef36361d03b2

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp34-cp34m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp34-cp34m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 363.5 kB
  • Tags: CPython 3.4m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp34-cp34m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 f6b1adafd571d04bc0a88ac7bd4b6c3fd5124ccdb7fa9fe114a69b7b23d7de0a
MD5 07f9551d20e4cab18077a5a29c49c2c9
BLAKE2b-256 bbbb17f2bd526499ada6243496c0213b0650da15c2abbbf21f11407da572604f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 589.0 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 78e1cdbc1821417eb8a9ad430e57da2b55c24f9b809855c96d0c730ad0241a96
MD5 af37b7a182730c7d5dbdab2b085a9ab5
BLAKE2b-256 d67afe73f072443f4c104e9dd46bb682019644ccf1f287dab48951052fcddace

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 212.0 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 45c3b164b7d94de48c395951b6866b6a5f758d9d9640ad5e5a30e20d829283d9
MD5 03df2739635ccfab1f0f64b1617237af
BLAKE2b-256 31a544a8ee18bd8bee2f4fbe0f97e13b279212dd643d76975ead4912d1fececf

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp27-cp27m-win32.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 193.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 acc28622e59a0dadb38d554b48f83fb92b203fd9acdf56ffa3d55db5b9ea2fff
MD5 00ceb59f59eb3db4e16a50e2bd962282
BLAKE2b-256 ba1da13ef41ba1ec8ad8d270802dbfd1881456b0027a5df5add0c6d176a069c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 589.0 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d8930bd4f81813eff935bfe7159f33a5a2e54791a5986f767e7700ed034c920c
MD5 4d29cc47f46ba686110ccaedca8c3c58
BLAKE2b-256 8ac2cbdaad9b2e1580f4ecde1e736d674e52f71441c7f759d6d34f7b56d7011b

See more details on using hashes here.

File details

Details for the file ruamel.yaml-0.15.52-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruamel.yaml-0.15.52-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 239.9 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for ruamel.yaml-0.15.52-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4333434ee3a725c743c4c6964f50c584f9d633c5667bffed295ccec971f5760b
MD5 72db1c3f0c030f8f899ab8eb490b4c59
BLAKE2b-256 e44a34b96f8d1b102fef86100abd25a05ab21ddbb16f604064234b6995de766d

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