{ "info": { "author": "Olivier Watte", "author_email": "owatte@emnet.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "# vigimeteo\nVigilance Meteo : French West Indies weather awareness level.\n\nThis module grabs METEO-FRANCE weather information about the current weather\nawareness level to alert people in Guadeloupe, Martinique, Saint Martin and\nSaint Barths.\n\nIt can be used as command line tool or as python module and imported in a\nthird party program.\n\n## Vigilance M\u00e9t\u00e9o\n\nIn France this level is called \"Vigilance M\u00e9t\u00e9o\", and suprisingly there is no\nAPI\u00a0nor RSS flux to retrieve in realtime this information for French West\nIndies. This information is vital for local people. Two specific levels :\n*violet* (purple) and *gris* (gray) purple, have been created for these islands\nbecause of the risk of hurricanes.\n\nActually, this tools works only for Guadeloupe, Martinique and Saint Martin /\nSaint Barths. The French Guyane is divided in 4 \"vigilance m\u00e9t\u00e9o\" area and the\nweather forecast provided by METEO-FRANCE use a different format from the\nothers.\n\n# install\n\n##\u00a0using pip\n\n pip install vigimeteo\n\n## from source\n\n git clone https://github.com/Alert-Box/vigimeteo\n cd vigimeteo\n python setup.py\n\n# Usage example\n\n## Command Line\n $ vigimeteo \n\n### Vigilance Meteo areas\n- Guadeloupe :\n - aliases : guadeloupe, gp, 971\n- Martinique :\n - aliases : martinique, mq, 972\n- Iles du Nord (St Barths / St Martin)\n - aliases : iles-du-nord, idn, nord \n\n $ vigimeteo --help\n $ vigimeteo 971\n\n## Python Module\n\n >>> from vigimeteo import VigiMeteo\n >>> ia = VigiMeteo()\n >>> ia.get_vigilance('guadeloupe')\n\n# Licence\n\nVigiMeteo is a Free Software and is licensed under the GNU General Public License (GPL) Version 3 or later.\n\n## \tGNU General Public License (GPL) Version 3 or later\n\n[![GNU GPL v3.0](http://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl.html)\n\nView official GNU site .\n\n[![OSI](http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png)](http://opensource.org/licenses/mit-license.php)\n\n[View the Open Source Initiative site.](http://opensource.org/licenses/mit-license.php)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Alert-Box/vigimeteo", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "vigimeteo", "package_url": "https://pypi.org/project/vigimeteo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vigimeteo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Alert-Box/vigimeteo" }, "release_url": "https://pypi.org/project/vigimeteo/0.0.1b1.dev1/", "requires_dist": null, "requires_python": null, "summary": "Current French West Indies weather awareness level (Vigilance Meteo)", "version": "0.0.1b1.dev1" }, "last_serial": 2235699, "releases": { "0.0.1b1.dev1": [ { "comment_text": "", "digests": { "md5": "7b8a58b514828e0072cccafd26d330ef", "sha256": "77ec830f5b9f4b08ac70114fdd62c526e70f80f3012f2c75375e0279555dcac9" }, "downloads": -1, "filename": "vigimeteo-0.0.1b1.dev1.tar.gz", "has_sig": false, "md5_digest": "7b8a58b514828e0072cccafd26d330ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6347, "upload_time": "2016-07-21T13:16:54", "url": "https://files.pythonhosted.org/packages/24/7e/e2b4e252b381c704e2516b08d476f8b278471c8a3974e8a27110f5bd025c/vigimeteo-0.0.1b1.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b8a58b514828e0072cccafd26d330ef", "sha256": "77ec830f5b9f4b08ac70114fdd62c526e70f80f3012f2c75375e0279555dcac9" }, "downloads": -1, "filename": "vigimeteo-0.0.1b1.dev1.tar.gz", "has_sig": false, "md5_digest": "7b8a58b514828e0072cccafd26d330ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6347, "upload_time": "2016-07-21T13:16:54", "url": "https://files.pythonhosted.org/packages/24/7e/e2b4e252b381c704e2516b08d476f8b278471c8a3974e8a27110f5bd025c/vigimeteo-0.0.1b1.dev1.tar.gz" } ] }