{ "info": { "author": "Ryan J. Dillon", "author_email": "ryanjamesdillon@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3.5" ], "description": "yamlord\n=======\n\nA wrapper for the `yaml` module to easily read and write `OrderedDict` objects\nto and from `YAML` formatted files.\n\nInstall\n-------\n\n.. code:: bash\n\n pip install yamlord\n\nUsage\n-----\n\nThe usage is straightforward: make and `OrderedDict` then write it to a\nspecified path, or read a `YAML` file from a specified path to an\n`OrderedDict`. That's it.\n\n.. code:: python\n\n from collections import OrderedDict\n import yamlord\n\n # Make an Ordered dict for testing\n d = OrderedDict()\n d['a'] = 1\n d['b'] = ['str1', 'str2']\n\n # Write OrderedDict to YAML file\n yamlord.write_yaml(d, './test.yaml')\n\n # Read YAML file to OrderedDict\n d = yamlord.read_yaml('./test.yaml')", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ryanjdillon/yamlord/archive/0.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ryanjdillon/yamlord", "keywords": "python-3", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "yamlord", "package_url": "https://pypi.org/project/yamlord/", "platform": "", "project_url": "https://pypi.org/project/yamlord/", "project_urls": { "Download": "https://github.com/ryanjdillon/yamlord/archive/0.4.tar.gz", "Homepage": "https://github.com/ryanjdillon/yamlord" }, "release_url": "https://pypi.org/project/yamlord/0.4/", "requires_dist": null, "requires_python": "", "summary": "wrapper for yaml package to read/write OrderedDict", "version": "0.4" }, "last_serial": 3006213, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9d4c4d7cd48afeb6412f3de518c4b343", "sha256": "a14c75912a921cbd433212b866f791d6529daa23d62593836c2c9191092937b9" }, "downloads": -1, "filename": "yamlord-0.1.tar.gz", "has_sig": false, "md5_digest": "9d4c4d7cd48afeb6412f3de518c4b343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1584, "upload_time": "2017-05-23T13:18:24", "url": "https://files.pythonhosted.org/packages/cc/68/00dff7f78dbb0c4f6e7b1bbeb6f40120a513a04a15b2114cef13b1d479e5/yamlord-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ec4b55b0dca73d47a147a2846d44abff", "sha256": "e88d0ce5191b79693c246a5d77893221102cc61aee5c84fa9ece6a1656143451" }, "downloads": -1, "filename": "yamlord-0.2.tar.gz", "has_sig": false, "md5_digest": "ec4b55b0dca73d47a147a2846d44abff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1798, "upload_time": "2017-07-07T13:10:09", "url": "https://files.pythonhosted.org/packages/83/43/db1614b7eda100744d3396b3fcf62692dce9056e6e3a9ed0174e90f76ee3/yamlord-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "695e4d16a5c4513dc529e65f996e1cfc", "sha256": "f590794dd14d41265fe9640d017f7ad62e9802ec06b95b80d85027dc269498b4" }, "downloads": -1, "filename": "yamlord-0.3.tar.gz", "has_sig": false, "md5_digest": "695e4d16a5c4513dc529e65f996e1cfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2203, "upload_time": "2017-07-07T13:51:12", "url": "https://files.pythonhosted.org/packages/b5/5b/cba8483d92191564a83f5a24b9a7711b06e65c5e19567c74842932098728/yamlord-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "eec80731cbd7f438fcd9d7ff76b14f03", "sha256": "29fd660c291a0026657e06e2d9839657619eb9ab7591091e7b45691892f26e2e" }, "downloads": -1, "filename": "yamlord-0.4.tar.gz", "has_sig": false, "md5_digest": "eec80731cbd7f438fcd9d7ff76b14f03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2196, "upload_time": "2017-07-07T14:10:12", "url": "https://files.pythonhosted.org/packages/7e/5c/1fd0d5740c771314cbf3f6cce2c09b500760937eec650ba6e03ef6ffe0f6/yamlord-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eec80731cbd7f438fcd9d7ff76b14f03", "sha256": "29fd660c291a0026657e06e2d9839657619eb9ab7591091e7b45691892f26e2e" }, "downloads": -1, "filename": "yamlord-0.4.tar.gz", "has_sig": false, "md5_digest": "eec80731cbd7f438fcd9d7ff76b14f03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2196, "upload_time": "2017-07-07T14:10:12", "url": "https://files.pythonhosted.org/packages/7e/5c/1fd0d5740c771314cbf3f6cce2c09b500760937eec650ba6e03ef6ffe0f6/yamlord-0.4.tar.gz" } ] }