{ "info": { "author": "Timothy Crosley", "author_email": "timothy.crosley@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "hug\\_yaml\n=========\n\n|PyPI version| |Build Status| |Coverage Status| |License| |Join the chat\nat https://gitter.im/timothycrosley/hug|\n\nAn extension for hug that provides YAML input formats, output formats,\nand documentation:\n\n.. code:: py\n\n import hug\n import hug_yaml\n\n hug.API(__name__).extend(hug_yaml.input_format)\n\n\n @hug.not_found(output=hug_yaml.output)\n def documentation(hug_api, hug_api_version):\n return hug_yaml.not_found.documentation(hug_api, hug_api_version)\n\nInstalling hug\\_yaml\n====================\n\nInstalling hug\\_yaml is as simple as:\n\n.. code:: bash\n\n pip3 install hug_yaml --upgrade\n\nIdeally, within a virtual environment.\n\nWhy hug\\_yaml?\n==============\n\nAn extension for hug that provides YAML input formats, output formats,\nand documentation.\n\n--------------\n\nThanks and I hope you find hug\\_yaml helpful!\n\n~Timothy Crosley\n\n.. |PyPI version| image:: https://badge.fury.io/py/hug_yaml.svg\n :target: http://badge.fury.io/py/hug_yaml\n.. |Build Status| image:: https://travis-ci.org/timothycrosley/hug_yaml.svg?branch=master\n :target: https://travis-ci.org/timothycrosley/hug_yaml\n.. |Coverage Status| image:: https://coveralls.io/repos/timothycrosley/hug_yaml/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/timothycrosley/hug_yaml?branch=master\n.. |License| image:: https://img.shields.io/github/license/mashape/apistatus.svg\n :target: https://pypi.python.org/pypi/hug_yaml/\n.. |Join the chat at https://gitter.im/timothycrosley/hug| image:: https://badges.gitter.im/Join%20Chat.svg\n :target: https://gitter.im/timothycrosley/hug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timothycrosley/hug_yaml", "keywords": "Python,Python3", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "hug_yaml", "package_url": "https://pypi.org/project/hug_yaml/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hug_yaml/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/timothycrosley/hug_yaml" }, "release_url": "https://pypi.org/project/hug_yaml/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "An extension for hug that provides YAML input formats, output formats, and documentation.", "version": "1.1.0" }, "last_serial": 2119505, "releases": { "0.0.1": [], "1.0.0": [ { "comment_text": "", "digests": { "md5": "40c89b237920a4ff6e4b3709cd8b2340", "sha256": "e4a52b6b4d0abad09ff40b2384dbd3a6f80f24697ee4f4b9dccdebae73187aaa" }, "downloads": -1, "filename": "hug_yaml-1.0.0.tar.gz", "has_sig": false, "md5_digest": "40c89b237920a4ff6e4b3709cd8b2340", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4572, "upload_time": "2016-04-12T16:10:42", "url": "https://files.pythonhosted.org/packages/e3/ec/c115c27ee233d96c5eddd6e5653d9f35a3bf706e6e953392628ca508984f/hug_yaml-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "887ff3d02f8460df8df4266ebde41d50", "sha256": "9924d881b96ba78d79a53c0b95cfac658eb93edba9c68def1aab086ceced244f" }, "downloads": -1, "filename": "hug_yaml-1.1.0.tar.gz", "has_sig": false, "md5_digest": "887ff3d02f8460df8df4266ebde41d50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4607, "upload_time": "2016-05-17T09:44:15", "url": "https://files.pythonhosted.org/packages/59/b0/5f57904ddfe65340d46b504a239a1654dbaff515f5632fe1310a544a9fd7/hug_yaml-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "887ff3d02f8460df8df4266ebde41d50", "sha256": "9924d881b96ba78d79a53c0b95cfac658eb93edba9c68def1aab086ceced244f" }, "downloads": -1, "filename": "hug_yaml-1.1.0.tar.gz", "has_sig": false, "md5_digest": "887ff3d02f8460df8df4266ebde41d50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4607, "upload_time": "2016-05-17T09:44:15", "url": "https://files.pythonhosted.org/packages/59/b0/5f57904ddfe65340d46b504a239a1654dbaff515f5632fe1310a544a9fd7/hug_yaml-1.1.0.tar.gz" } ] }