{ "info": { "author": "GameSparks developers", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "python-statuspageio\n==============\n\nStatusPage.oi API V1 library client for Python. Based on the documentaion from https://doers.statuspage.io/api/v1/\n\nProvides most of the funcitonality for the http://statuspage.io api's via handy python code.\n\n\nInstallation\n------------\n\nStatuspageio package can be installed either via pip:\n\n.. code:: bash\n\n $ pip install --upgrade statuspageio\n\n\n\nYou can install from the source code as well. First clone the repo and\nthen execute:\n\n.. code:: bash\n\n $ python setup.py install\n\nAfter installing, import ``statuspageio`` package:\n\n.. code:: python\n\n import statuspageio\n\nUsage\n-----\n\n.. code:: python\n\n import statuspageio\n\n # Then we instantiate a client (as shown below)\n\nBuild a client\n~~~~~~~~~~~~~~\n\n**Using this api without authentication gives an error**\n\n.. code:: python\n\n client = statuspageio.Client(api_key='', page_id=', page_id=', page_id=', page_id=`__.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gamesparks/python-statuspageio", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "statuspageio", "package_url": "https://pypi.org/project/statuspageio/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/statuspageio/", "project_urls": { "Homepage": "https://github.com/gamesparks/python-statuspageio" }, "release_url": "https://pypi.org/project/statuspageio/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "StatusPage.io API V1 library client for Python", "version": "0.0.1" }, "last_serial": 1933723, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "43d101d52fbd1f7f5153d971c1389a9b", "sha256": "4f20e41a4ecc243bbc918c77863940c559fac31107b3915c9dd7c8f5397e41a5" }, "downloads": -1, "filename": "statuspageio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "43d101d52fbd1f7f5153d971c1389a9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10974, "upload_time": "2016-02-01T14:18:58", "url": "https://files.pythonhosted.org/packages/9f/52/af1c91d3924c0b25090050bb57c8782fd129ebbaf9a634650c203e740fd4/statuspageio-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43d101d52fbd1f7f5153d971c1389a9b", "sha256": "4f20e41a4ecc243bbc918c77863940c559fac31107b3915c9dd7c8f5397e41a5" }, "downloads": -1, "filename": "statuspageio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "43d101d52fbd1f7f5153d971c1389a9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10974, "upload_time": "2016-02-01T14:18:58", "url": "https://files.pythonhosted.org/packages/9f/52/af1c91d3924c0b25090050bb57c8782fd129ebbaf9a634650c203e740fd4/statuspageio-0.0.1.tar.gz" } ] }