{ "info": { "author": "menecio", "author_email": "aristobulo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "DrafterPy\n=========\n\nAPI Blueprint Parser for Python\n-------------------------------\nPython bindings for the `Drafter`_ library. It might also release the `Kraken`_, so please be careful.\n\nAPI Blueprint is Web API documentation language. You can find API Blueprint documentation on the `API Blueprint site`_.\n\nExample\n-------\n\nSimple api-blueprint to json parsing:\n\n.. code:: python\n\n from drafterpy.blueprint import Blueprint\n\n content = \"# My API\\n\" \\\n \"## GET /message\\n\" \\\n \"+ Response 200 (text/plain)\\n\" \\\n \"\\n\" \\\n \" Hello World!\\n\"\n\n bp = Blueprint(content)\n bp.parse()\n\n\nContribution\n------------\nAny contributions and advices are welcome. Please report any issues at\nthe `Github Page`_.\n\nLicense\n-------\nMIT License. See the `LICENSE`_ file.\n\n.. _Drafter: https://github.com/apiaryio/drafter\n.. _Kraken: https://en.wikipedia.org/wiki/Kraken \n.. _API Blueprint site: http://apiblueprint.org\n.. _Github page: https://github.com/menecio/drafterpy\n.. _LICENSE: https://github.com/menecio/drafterpy/blob/master/LICENSE", "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/menecio/drafterpy", "keywords": "python3,api-blueprint", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "DrafterPy", "package_url": "https://pypi.org/project/DrafterPy/", "platform": "any", "project_url": "https://pypi.org/project/DrafterPy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/menecio/drafterpy" }, "release_url": "https://pypi.org/project/DrafterPy/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Python bindings for libdrafter", "version": "0.1.2" }, "last_serial": 2470830, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "2e65766aeef9e93702a6f345271f3dd7", "sha256": "b748ecb02d17165d1dbeffa2d690312566ee1568bf4c862dce7c633254b819d1" }, "downloads": -1, "filename": "DrafterPy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2e65766aeef9e93702a6f345271f3dd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2866, "upload_time": "2016-11-19T19:45:58", "url": "https://files.pythonhosted.org/packages/5a/4d/11a7ac00c6b9700c5fc24b726d14ebbd9c45fa2ab68c51dbd97a30ee6ff4/DrafterPy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8b3cebe1e2d80146b4d5136ad00d1a36", "sha256": "f5f1fbb46c6939bc669d6a611d3ad8f2c59d72bf1c0e7242d21cffe14d1fa6ed" }, "downloads": -1, "filename": "DrafterPy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8b3cebe1e2d80146b4d5136ad00d1a36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3080, "upload_time": "2016-11-19T20:11:21", "url": "https://files.pythonhosted.org/packages/2d/80/d1e9c25955675b7c24b5caad587f7c85fdff9b614d402ec9ec99e926200b/DrafterPy-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b3cebe1e2d80146b4d5136ad00d1a36", "sha256": "f5f1fbb46c6939bc669d6a611d3ad8f2c59d72bf1c0e7242d21cffe14d1fa6ed" }, "downloads": -1, "filename": "DrafterPy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8b3cebe1e2d80146b4d5136ad00d1a36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3080, "upload_time": "2016-11-19T20:11:21", "url": "https://files.pythonhosted.org/packages/2d/80/d1e9c25955675b7c24b5caad587f7c85fdff9b614d402ec9ec99e926200b/DrafterPy-0.1.2.tar.gz" } ] }