oyaml


Nameoyaml JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/wimglenn/oyaml
SummaryOrdered YAML: drop-in replacement for PyYAML which preserves dict ordering
upload_time2020-08-18 04:37:43
maintainer
docs_urlNone
authorWim Glenn
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wimglenn/oyaml",
    "name": "oyaml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Wim Glenn",
    "author_email": "hey@wimglenn.com",
    "download_url": "https://files.pythonhosted.org/packages/00/71/c721b9a524f6fe6f73469c90ec44784f0b2b1b23c438da7cc7daac1ede76/oyaml-1.0.tar.gz",
    "platform": "",
    "description": "|travis|_ |coveralls|_ |pypi|_ |womm|_\n\n.. |travis| image:: https://img.shields.io/travis/wimglenn/oyaml.svg?branch=master\n.. _travis: https://travis-ci.org/wimglenn/oyaml\n\n.. |coveralls| image:: https://img.shields.io/coveralls/wimglenn/oyaml.svg\n.. _coveralls: https://coveralls.io/github/wimglenn/oyaml?branch=master\n\n.. |pypi| image:: https://img.shields.io/pypi/v/oyaml.svg\n.. _pypi: https://pypi.org/project/oyaml\n\n.. |womm| image:: https://cdn.rawgit.com/nikku/works-on-my-machine/v0.2.0/badge.svg\n.. _womm: https://github.com/nikku/works-on-my-machine\n\n\noyaml\n=====\n\noyaml 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:\n\n.. code-block:: python\n\n   import oyaml as yaml\n\nYou'll no longer be annoyed by screwed-up mappings when dumping/loading.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering",
    "version": "1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0f3ba1f5f704f4f34fee954cddac11bc",
                "sha256": "3a378747b7fb2425533d1ce41962d6921cda075d46bb480a158d45242d156323"
            },
            "downloads": -1,
            "filename": "oyaml-1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f3ba1f5f704f4f34fee954cddac11bc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2992,
            "upload_time": "2020-08-18T04:37:38",
            "upload_time_iso_8601": "2020-08-18T04:37:38.263876Z",
            "url": "https://files.pythonhosted.org/packages/37/aa/111610d8bf5b1bb7a295a048fc648cec346347a8b0be5881defd2d1b4a52/oyaml-1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1bfff48c021c0947d3bf10f14f3fcbe0",
                "sha256": "ed8fc096811f4763e1907dce29c35895d6d5936c4d0400fe843a91133d4744ed"
            },
            "downloads": -1,
            "filename": "oyaml-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1bfff48c021c0947d3bf10f14f3fcbe0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2914,
            "upload_time": "2020-08-18T04:37:43",
            "upload_time_iso_8601": "2020-08-18T04:37:43.397820Z",
            "url": "https://files.pythonhosted.org/packages/00/71/c721b9a524f6fe6f73469c90ec44784f0b2b1b23c438da7cc7daac1ede76/oyaml-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-08-18 04:37:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "wimglenn",
    "github_project": "oyaml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "oyaml"
}
        
Elapsed time: 0.01303s