{ "info": { "author": "Status.io", "author_email": "support@status.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python Status.io\n================\n\nA Python wrapper around the Status.io API.\n\n|Downloads| |Travis CI|\n\nIntroduction\n------------\n\nThis library provides a pure Python interface for the `Status.io\nAPI `__. It works with Python versions\nfrom 2.6+.\n\n`Status.io `__ provides hosted system status pages.\n\nInstalling\n----------\n\nYou can install python-statusio using::\n\n $ pip install python-statusio\n\nDocumentation\n-------------\n\nView the last release API documentation at:\nhttp://developers.status.io\n\nUsing\n-----\n\nThe library provides a Python wrapper around the Status.io API.\n\nAPI\n~~~\n\nThe API is exposed via the ``statusio.Api`` class.\n\nTo create an instance of the ``statusio.Api`` with yout credentials:\n\n >>> import statusio\n >>> api = statusio.Api(api_id='api_id',\n api_key='api_key')\n\nTo your status page summary:\n\n >>> summary = api.StatusSummary('status_page_id')\n >>> print(summary)\n\nThere are many more API methods, to read the full API documentation::\n\n $ pydoc statusio.Api\n\n.. |Downloads| image:: https://img.shields.io/pypi/v/python-statusio.svg\n :target: https://pypi.python.org/pypi/python-statusio/\n.. |Travis CI| image:: https://travis-ci.org/statusio/python-statusio.svg\n :target: https://travis-ci.org/statusio/python-statusio", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/statusio/python-statusio", "keywords": "status.io api statusio", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "python-statusio", "package_url": "https://pypi.org/project/python-statusio/", "platform": "", "project_url": "https://pypi.org/project/python-statusio/", "project_urls": { "Homepage": "https://github.com/statusio/python-statusio" }, "release_url": "https://pypi.org/project/python-statusio/0.2/", "requires_dist": null, "requires_python": "", "summary": "A Python wrapper around the Status.io API", "version": "0.2" }, "last_serial": 3418230, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "00f38b366d9432816223ca691e84dc7f", "sha256": "7b9426af87688978649d326ef1ca48f9ef9fb7682c0994f3d3a3c3bb6d68e6fc" }, "downloads": -1, "filename": "python-statusio-0.2.tar.gz", "has_sig": false, "md5_digest": "00f38b366d9432816223ca691e84dc7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6531, "upload_time": "2017-12-14T22:50:31", "url": "https://files.pythonhosted.org/packages/7c/8f/1a09ce583433ce1f37e535129d845acdeab7ad25d573b345e7ecc081a644/python-statusio-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00f38b366d9432816223ca691e84dc7f", "sha256": "7b9426af87688978649d326ef1ca48f9ef9fb7682c0994f3d3a3c3bb6d68e6fc" }, "downloads": -1, "filename": "python-statusio-0.2.tar.gz", "has_sig": false, "md5_digest": "00f38b366d9432816223ca691e84dc7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6531, "upload_time": "2017-12-14T22:50:31", "url": "https://files.pythonhosted.org/packages/7c/8f/1a09ce583433ce1f37e535129d845acdeab7ad25d573b345e7ecc081a644/python-statusio-0.2.tar.gz" } ] }