{ "info": { "author": "Roadmap", "author_email": "support@roadmap.space", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Roadmap for Python\n\nVersion: v1.0.2\n\n## Summary\n\nOfficial Python API client library for [Roadmap](https://roadmap.space)'s API.\n\n## Installation\n\n```shell\npip install roadmap-py\n```\n\n## Documentation\n\nFor a comprehensive list of examples, check out the [API documentation](http://api.roadmap.space).\n\nHere are some examples:\n\n### Get the roadmap\n\n```python\nfrom roadmap-py import roadmap\n\nroadmap.init(\"email\", \"token\")\n\nroadmap.roadmaps.get_roadmap(\n \"[roadmap id here]\",\n lambda err, result: print(err, result)\n)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/roadmap-space/roadmap-python", "keywords": "roadmap api product", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "roadmap-py", "package_url": "https://pypi.org/project/roadmap-py/", "platform": "", "project_url": "https://pypi.org/project/roadmap-py/", "project_urls": { "Bug Tracker": "https://github.com/roadmap-space/roadmap-python/issues", "Documentation": "https://api.roadmap.space/?python", "Homepage": "https://github.com/roadmap-space/roadmap-python", "Source Code": "https://github.com/roadmap-space/roadmap-python" }, "release_url": "https://pypi.org/project/roadmap-py/1.0.2/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Python bindings for the Roadmap API", "version": "1.0.2" }, "last_serial": 5957630, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "84f9cab014fd2ef1571df558c363511f", "sha256": "fb911681a859d9293dda12e6409fb72dd53726692b9efcb7cc80b1e60265047d" }, "downloads": -1, "filename": "roadmap-py-1.0.2.tar.gz", "has_sig": false, "md5_digest": "84f9cab014fd2ef1571df558c363511f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6658, "upload_time": "2019-10-11T00:16:29", "url": "https://files.pythonhosted.org/packages/28/41/e91807ae5b817fd4e34fbd51889359f1e35c60fed5df35d2ef78cdb358bf/roadmap-py-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84f9cab014fd2ef1571df558c363511f", "sha256": "fb911681a859d9293dda12e6409fb72dd53726692b9efcb7cc80b1e60265047d" }, "downloads": -1, "filename": "roadmap-py-1.0.2.tar.gz", "has_sig": false, "md5_digest": "84f9cab014fd2ef1571df558c363511f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6658, "upload_time": "2019-10-11T00:16:29", "url": "https://files.pythonhosted.org/packages/28/41/e91807ae5b817fd4e34fbd51889359f1e35c60fed5df35d2ef78cdb358bf/roadmap-py-1.0.2.tar.gz" } ] }