{ "info": { "author": "Kaylum Lally", "author_email": "kaylum@hikaylum.me", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "
\n\n[![Build Status](https://travis-ci.org/HiKaylum/SpaceX-PY.svg?branch=master)](https://travis-ci.org/TheDigitalTaste/digitalt-cli)\n[![GitHub issues](https://img.shields.io/github/issues/HiKaylum/SpaceX-PY.svg)](https://github.com/HiKaylum/SpaceX-PY/issues)\n[![GitHub license](https://img.shields.io/github/license/HiKaylum/SpaceX-PY.svg)](https://github.com/HiKaylum/SpaceX-PY/blob/master/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/HiKaylum/SpaceX-PY.svg)](https://github.com/HiKaylum/SpaceX-PY/stargazers)\n\n
\n\n# SpaceX-PY\nPython wrapper for the [SpaceX API](https://github.com/r-spacex/SpaceX-API)\n\n## Install\n```BASH\npip install spacex-py\n```\n\n## Usage\nThis wrapper matches the [SpaceX API](https://github.com/r-spacex/SpaceX-API) so its pretty easy to use. Lets go through some examples;\n\n```PYTHON\nfrom spacex_py import launches\n\n# Returns a tuple\ngot_launches, header = launches.get_launches()\n\n# PyLint being a pain about header? use:\ngot_launches, _ = launches.get_launches()\n\nprint(got_launches)\n# Prints list: of launches\n```\n\nOkay well, lets get launches using a query;\n\n```PYTHON\nfrom spacex_py import launches\n\ngot_launches, _ = launches.get_launches(site_id=\"ksc_lc_39a\")\n\nprint(got_launches)\n# Prints the launhces for the given site\n```\n\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/HiKaylum/SpaceX-PY", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "spacex-py", "package_url": "https://pypi.org/project/spacex-py/", "platform": "", "project_url": "https://pypi.org/project/spacex-py/", "project_urls": { "Homepage": "https://github.com/HiKaylum/SpaceX-PY" }, "release_url": "https://pypi.org/project/spacex-py/1.0.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Python wrapper for the SpaceX API", "version": "1.0.0" }, "last_serial": 4272025, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "68de7f7f298f034ef38b2df3598c678e", "sha256": "8c630aa6bd88789b5b6a10800dcc8296b1f3c748a13a97c15c9474d3f3be3be4" }, "downloads": -1, "filename": "spacex_py-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "68de7f7f298f034ef38b2df3598c678e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4376, "upload_time": "2018-09-05T22:53:20", "url": "https://files.pythonhosted.org/packages/59/30/b23444d2c67526ea76d63656fdf8e312de931ce2e814b2b980c2ff362386/spacex_py-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a94e2cb00a73ca812d56fc45dc89f3ed", "sha256": "2afe7b9e7705c63ede1e28d0048ea97609c59ecdacffa8ac13c45a7429db2adb" }, "downloads": -1, "filename": "spacex_py-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a94e2cb00a73ca812d56fc45dc89f3ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2630, "upload_time": "2018-09-05T22:53:23", "url": "https://files.pythonhosted.org/packages/9c/46/82f7a781693e8a93565e055e3de73184706f003ea56cee14fbf6d0bce439/spacex_py-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68de7f7f298f034ef38b2df3598c678e", "sha256": "8c630aa6bd88789b5b6a10800dcc8296b1f3c748a13a97c15c9474d3f3be3be4" }, "downloads": -1, "filename": "spacex_py-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "68de7f7f298f034ef38b2df3598c678e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4376, "upload_time": "2018-09-05T22:53:20", "url": "https://files.pythonhosted.org/packages/59/30/b23444d2c67526ea76d63656fdf8e312de931ce2e814b2b980c2ff362386/spacex_py-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a94e2cb00a73ca812d56fc45dc89f3ed", "sha256": "2afe7b9e7705c63ede1e28d0048ea97609c59ecdacffa8ac13c45a7429db2adb" }, "downloads": -1, "filename": "spacex_py-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a94e2cb00a73ca812d56fc45dc89f3ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2630, "upload_time": "2018-09-05T22:53:23", "url": "https://files.pythonhosted.org/packages/9c/46/82f7a781693e8a93565e055e3de73184706f003ea56cee14fbf6d0bce439/spacex_py-1.0.0.tar.gz" } ] }