Mercurial > repos > shellac > guppy_basecaller
diff env/lib/python3.7/site-packages/oyaml-0.9.dist-info/METADATA @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author | shellac |
---|---|
date | Mon, 01 Jun 2020 08:59:25 -0400 |
parents | 79f47841a781 |
children |
line wrap: on
line diff
--- a/env/lib/python3.7/site-packages/oyaml-0.9.dist-info/METADATA Thu May 14 16:47:39 2020 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -Metadata-Version: 2.1 -Name: oyaml -Version: 0.9 -Summary: Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering -Home-page: https://github.com/wimglenn/oyaml -Author: Wim Glenn -Author-email: hey@wimglenn.com -License: MIT -Platform: UNKNOWN -Requires-Dist: pyyaml - -|travis|_ |coveralls|_ |pypi|_ |womm|_ - -.. |travis| image:: https://img.shields.io/travis/wimglenn/oyaml.svg?branch=master -.. _travis: https://travis-ci.org/wimglenn/oyaml - -.. |coveralls| image:: https://img.shields.io/coveralls/wimglenn/oyaml.svg -.. _coveralls: https://coveralls.io/github/wimglenn/oyaml?branch=master - -.. |pypi| image:: https://img.shields.io/pypi/v/oyaml.svg -.. _pypi: https://pypi.org/project/oyaml - -.. |womm| image:: https://cdn.rawgit.com/nikku/works-on-my-machine/v0.2.0/badge.svg -.. _womm: https://github.com/nikku/works-on-my-machine - - -oyaml -===== - -oyaml is a drop-in replacement for `PyYAML <http://pyyaml.org/wiki/PyYAML>`_ which preserves dict ordering. Both Python 2 and Python 3 are supported. Just ``pip install oyaml``, and import as shown below: - -.. code-block:: python - - import oyaml as yaml - -You'll no longer be annoyed by screwed-up mappings when dumping/loading. - -