{ "info": { "author": "Martin Simon", "author_email": "me@martinsimon.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable" ], "description": "**whadup** is an APACHE licensed library written in Python providing an\r\neasy to use wrapper around https://status.github.com.\r\n\r\nInstallation:\r\n=============\r\n\r\nFrom source use\r\n\r\n::\r\n\r\n\t\t\t\t\t$ python setup.py install\r\n\r\nor install from PyPi\r\n\r\n::\r\n\r\n\t\t\t\t\t$ pip install whadup\r\n\r\nDocumentation:\r\n==============\r\n\r\n- **GET /api/status.json**\r\n\r\n\t\t::\r\n\r\n\t\t\t\t >>> from whadup import GithubStatus\r\n\t\t\t\t >>> gh = GithubStatus()\r\n\t\t\t\t >>> gh.status()\r\n\t\t\t\t {\"status\":\"good\",\"last_updated\":\"2015-08-29T15:59:44Z\"}\r\n\r\n- **GET /api/last-message.json**\r\n\r\n\t\t::\r\n\r\n\t\t\t\t >>> gh.lastmessage()\r\n\t\t\t\t {\"status\":\"good\",\"body\":\"Everything operating normally.\",\"created_on\":\"2015-08-25T13:49:29Z\"}\r\n\r\n- **GET /api/messages.json**\r\n\r\n\t\t::\r\n\r\n\t\t\t\t >>> gh.messages()\r\n\t\t\t\t [\r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"good\", \r\n\t\t\t\t\t\t\t\"body\": \"Everything operating normally.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T13:49:29Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"good\", \r\n\t\t\t\t\t\t\t\"body\": \"Service has been restored. We continue to monitor the situation closely.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T12:52:30Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"minor\", \r\n\t\t\t\t\t\t\t\"body\": \"We are restoring service as we mitigate a DDoS attack. Response times may be slower while this work continues.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T12:08:21Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"minor\", \r\n\t\t\t\t\t\t\t\"body\": \"We are restoring service as we mitigate a DDoS attack.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T11:27:21Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"major\", \r\n\t\t\t\t\t\t\t\"body\": \"We are continuing to work to mitigate an ongoing DDoS attack.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T11:06:09Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"major\", \r\n\t\t\t\t\t\t\t\"body\": \"The connectivity problems have been identified as a DDoS attack. We're working to mitigate now.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T10:38:32Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"minor\", \r\n\t\t\t\t\t\t\t\"body\": \"We're continuing to diagnose reports of connectivity problems.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T10:07:20Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"minor\", \r\n\t\t\t\t\t\t\t\"body\": \"We are investigating reports of connectivity problems.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-25T09:39:12Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"good\", \r\n\t\t\t\t\t\t\t\"body\": \"Everything operating normally.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-24T16:08:32Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"minor\", \r\n\t\t\t\t\t\t\t\"body\": \"We're investigating a brief capacity overload. Systems are recovering.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-24T15:58:07Z\"\r\n\t\t\t\t }, \r\n\t\t\t\t {\r\n\t\t\t\t\t\t\t\"status\": \"minor\", \r\n\t\t\t\t\t\t\t\"body\": \"Minor service outage.\", \r\n\t\t\t\t\t\t\t\"created_on\": \"2015-08-24T15:47:02Z\"\r\n\t\t\t\t }\r\n\t\t\t\t ]\r\n\r\nLicense:\r\n========\r\n\r\n::\r\n\r\n\t\t\t\t\tApache v2.0 License\r\n\t\t\t\t\tCopyright 2015-2016 Martin Simon\r\n\r\n\t\t\t\t\t\tLicensed under the Apache License, Version 2.0 (the \"License\");\r\n\t\t\t\t\t\tyou may not use this file except in compliance with the License.\r\n\t\t\t\t\t\tYou may obtain a copy of the License at\r\n\r\n\t\t\t\t\t\t\t\t http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n\t\t\t\t\t\tUnless required by applicable law or agreed to in writing, software\r\n\t\t\t\t\t\tdistributed under the License is distributed on an \"AS IS\" BASIS,\r\n\t\t\t\t\t\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n\t\t\t\t\t\tSee the License for the specific language governing permissions and\r\n\t\t\t\t\t\tlimitations under the License.\r\n\r\nBuy me a coffee?\r\n================\r\n\r\nIf you feel like buying me a coffee (or a beer?), donations are welcome:\r\n\r\n::\r\n\r\n\t\t WDC : WbcWJzVD8yXt3yLnnkCZtwQo4YgSUdELkj\r\n\t\t HBN : F2Zs4igv8r4oJJzh4sh4bGmeqoUxLQHPki\r\n\t\t DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mrsmn/whadup/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mrsmn/whadup", "keywords": "Github,Github status,API,wrapper", "license": "Apache v2.0 License", "maintainer": "", "maintainer_email": "", "name": "whadup", "package_url": "https://pypi.org/project/whadup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/whadup/", "project_urls": { "Download": "https://github.com/mrsmn/whadup/archive/master.zip", "Homepage": "https://github.com/mrsmn/whadup" }, "release_url": "https://pypi.org/project/whadup/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A python wrapper around status.github.com", "version": "0.1.2" }, "last_serial": 3548606, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3d6f8f34b9c43de692bc865a0ab1119c", "sha256": "d6d0b2cafea4776319a561607bbe5d7939354ef8069ee7f4ad0aa6096ae6ef81" }, "downloads": -1, "filename": "whadup-0.1.tar.gz", "has_sig": false, "md5_digest": "3d6f8f34b9c43de692bc865a0ab1119c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3130, "upload_time": "2015-08-29T16:13:01", "url": "https://files.pythonhosted.org/packages/c7/90/c97fad3f58488ac1a8116578dfca6cbb7cfcc15607f2d4066ffddaa1210a/whadup-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d04173a4d34d445702a8a745e17ec7d5", "sha256": "4138a812a2c7a1544ceaa09b4de696df3bdd75f3c52d8666f265dd0a3eec0597" }, "downloads": -1, "filename": "whadup-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d04173a4d34d445702a8a745e17ec7d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3164, "upload_time": "2015-09-25T07:58:31", "url": "https://files.pythonhosted.org/packages/ad/ea/65d213896d1e41893cfdb20945d36191e9ec762371d8adf72de03f7382a8/whadup-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "e88235afdae49e03d3e2d84505d3cf1c", "sha256": "98c0670b54ce9503cec3c62edc433cb8aa9534e6a02190bb9f89bbf4cac8dad2" }, "downloads": -1, "filename": "whadup-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e88235afdae49e03d3e2d84505d3cf1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3194, "upload_time": "2016-05-23T15:22:26", "url": "https://files.pythonhosted.org/packages/e9/3d/da20d1710c3bce5745da3863decf1d1e9d9e0e7b8c0161e1d53e680fbb37/whadup-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e88235afdae49e03d3e2d84505d3cf1c", "sha256": "98c0670b54ce9503cec3c62edc433cb8aa9534e6a02190bb9f89bbf4cac8dad2" }, "downloads": -1, "filename": "whadup-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e88235afdae49e03d3e2d84505d3cf1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3194, "upload_time": "2016-05-23T15:22:26", "url": "https://files.pythonhosted.org/packages/e9/3d/da20d1710c3bce5745da3863decf1d1e9d9e0e7b8c0161e1d53e680fbb37/whadup-0.1.2.tar.gz" } ] }