{ "info": { "author": "Abdur-Rahmaan Janhangeer", "author_email": "arj.python@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# meteomoris\n\nget info about the weather in mauritius!\n\n# examples\n\n```python\n>>> from meteomoris import meteo\n\n>>> meteo.get_weekforecast()\n{0: {'condition': 'Few showers highgrounds',\n 'date': 'Apr 22',\n 'day': 'Mon',\n 'max': '32\ufffd',\n 'min': '21\ufffd',\n 'probability': 'High',\n 'sea condition': 'rough',\n 'wind': 'E25G50'},\n 1: {\n...\n}\n\n>>> meteo.get_weekforecast(day=3)\n{'condition': 'Few passing showers',\n 'date': 'Apr 25',\n 'day': 'Thu',\n 'max': '31\ufffd',\n 'min': '20\ufffd',\n 'probability': 'Medium',\n 'sea condition': 'moderate',\n 'wind': 'SE20'}\n\n>>> meteo.get_weekforecast(day=3)['condition']\n'Few passing showers'\n\n>>> get_cityforecast()\n{0: {'condition': 'Partly cloudy',\n 'date': 'Apr 22',\n 'day': 'Mon',\n 'max': '31\ufffd',\n 'min': '26\ufffd',\n 'wind': 'E25G50'},\n 1: {'condition': ...\n}\n\n>>> get_moonphase()\n{'April 2019': {'first quarter': {'date': '12', 'hour': '23', 'minute': '06'},\n 'full moon': {'date': '19', 'hour': '15', 'minute': '12'},\n 'last quarter': {'date': '27', 'hour': '02', 'minute': '18'},\n 'new moon': {'date': '05', 'hour': '12', 'minute': '50'}},\n 'May 2019': {'first quarter': {'date': '12', 'hour': '05', 'minute': '12'},\n...\n\n>>> may = get_moonphase(month='May 2019')\n>>> may['new moon']['date']\n'05'\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/Abdur-RahmaanJ/meteomoris", "keywords": "weather mauritius meteo", "license": "", "maintainer": "", "maintainer_email": "", "name": "meteomoris", "package_url": "https://pypi.org/project/meteomoris/", "platform": "", "project_url": "https://pypi.org/project/meteomoris/", "project_urls": { "Bug Reports": "https://github.com/Abdur-RahmaanJ/meteomoris/issues", "Homepage": "https://github.com/Abdur-RahmaanJ/meteomoris", "Source": "https://github.com/Abdur-RahmaanJ/meteomoris/" }, "release_url": "https://pypi.org/project/meteomoris/0.6.0/", "requires_dist": null, "requires_python": ">=3.4", "summary": "Package to get weather information about Mauritius from the official meteo website.", "version": "0.6.0" }, "last_serial": 5206409, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "799cc71623bdf6d429fe2956381676e5", "sha256": "90f3724098138f70d3ac2bbeb61c543e2feb3a21cee9b419f558193fd8bc470b" }, "downloads": -1, "filename": "meteomoris-0.5.0.tar.gz", "has_sig": false, "md5_digest": "799cc71623bdf6d429fe2956381676e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4457, "upload_time": "2019-04-22T19:50:51", "url": "https://files.pythonhosted.org/packages/01/ec/44c913e2726e62f496213a28885d64828d5dc35027a115ca595d393654b6/meteomoris-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "8721ea51a9719a44f84ab08f69555cac", "sha256": "38de61013168cba65d4d428a5ae89695db626d5d02ed60d34192e075d8f89af4" }, "downloads": -1, "filename": "meteomoris-0.6.0.tar.gz", "has_sig": false, "md5_digest": "8721ea51a9719a44f84ab08f69555cac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 4644, "upload_time": "2019-04-30T04:55:38", "url": "https://files.pythonhosted.org/packages/c8/c7/d0d91ee1f0dea72ee60397f1eb5f4c18ddf64944035cc049de627f4ef9b3/meteomoris-0.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8721ea51a9719a44f84ab08f69555cac", "sha256": "38de61013168cba65d4d428a5ae89695db626d5d02ed60d34192e075d8f89af4" }, "downloads": -1, "filename": "meteomoris-0.6.0.tar.gz", "has_sig": false, "md5_digest": "8721ea51a9719a44f84ab08f69555cac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 4644, "upload_time": "2019-04-30T04:55:38", "url": "https://files.pythonhosted.org/packages/c8/c7/d0d91ee1f0dea72ee60397f1eb5f4c18ddf64944035cc049de627f4ef9b3/meteomoris-0.6.0.tar.gz" } ] }