{ "info": { "author": "Liam Deacon", "author_email": "liam.m.deacon@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Description-Content-Type: UNKNOWN\nDescription: wgrib-python - A thin Python wrapper for wgrib\n ==============================================\n \n Install\n -------\n \n To build please run:\n \n ```pip install wgrib-python```\n \n For configuring wgrib2, `CC` and `FC` environment variables need to set prior to calling `pip`, e.g.\n \n ```bash\n \n export CC=gcc-7\n export FC=gfortran-7\n \n ```\n \n Example\n -------\n \n To use try the following python code:\n \n ```python\n \n from wgrib import wgrib_main # wgrib1\n import shlex\n \n output = wgrib_main(shlex.split('-text -verf'))\n print(output)\n \n ```\n \n TODO\n ----\n \n - Full wgrib2 support\n - Fancier wrappings for more flexibility\n \nKeywords: wgrib weather GRIB\nPlatform: UNKNOWN\nClassifier: Development Status :: 3 - Alpha\nClassifier: Intended Audience :: Developers\nClassifier: Topic :: Software Development :: Build Tools\nClassifier: Programming Language :: Python :: 2\nClassifier: Programming Language :: Python :: 2.7\nClassifier: Programming Language :: Python :: 3\nClassifier: Programming Language :: Python :: 3.3\nClassifier: Programming Language :: Python :: 3.4\nClassifier: Programming Language :: Python :: 3.5\nClassifier: Programming Language :: Python :: 3.6\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Lightslayer/wgrib-python", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "wgrib-python", "package_url": "https://pypi.org/project/wgrib-python/", "platform": "", "project_url": "https://pypi.org/project/wgrib-python/", "project_urls": { "Homepage": "https://github.com/Lightslayer/wgrib-python" }, "release_url": "https://pypi.org/project/wgrib-python/0.0.1.dev3/", "requires_dist": null, "requires_python": "", "summary": "Simple python wgrib wrapper", "version": "0.0.1.dev3" }, "last_serial": 3684425, "releases": { "0.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "825d496f3eb7fe6d030beed58e7a34a0", "sha256": "961dddc21b491436ce7070c333923e3545fe4829747129804a0dc11d590872b3" }, "downloads": -1, "filename": "wgrib-python-0.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "825d496f3eb7fe6d030beed58e7a34a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27192454, "upload_time": "2018-02-26T21:56:39", "url": "https://files.pythonhosted.org/packages/25/a7/9d3b14443cc3c4ec17f925171627808eb5ec666336b0391786ccc4e5998f/wgrib-python-0.0.1.dev1.tar.gz" } ], "0.0.1.dev2": [ { "comment_text": "", "digests": { "md5": "8379ba9473257dc2128485c26aaf89de", "sha256": "0100e61ceb885fb1cf9c8b6c505e6e7bdcc1833758228f3d3283756794a2296c" }, "downloads": -1, "filename": "wgrib-python-0.0.1.dev2.tar.gz", "has_sig": false, "md5_digest": "8379ba9473257dc2128485c26aaf89de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27257126, "upload_time": "2018-02-27T21:15:14", "url": "https://files.pythonhosted.org/packages/43/de/dc9e13760a157bd4cf6eabb4a7fba380cc259e34190d528b4168f10b654e/wgrib-python-0.0.1.dev2.tar.gz" } ], "0.0.1.dev3": [ { "comment_text": "", "digests": { "md5": "6f0e6cce324b5ff301dc35d5781a9e36", "sha256": "04850edf6f7650af216f2f45cb6ac4768379ef1d88b5b0aa21aaadf4f99e47c1" }, "downloads": -1, "filename": "wgrib-python-0.0.1.dev3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "6f0e6cce324b5ff301dc35d5781a9e36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 273665, "upload_time": "2018-03-19T15:57:26", "url": "https://files.pythonhosted.org/packages/17/4a/590c9b93e0c11428387d390d5ccea4c66ddb16403f7218b2a99cf9c6ba72/wgrib-python-0.0.1.dev3.linux-x86_64.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f0e6cce324b5ff301dc35d5781a9e36", "sha256": "04850edf6f7650af216f2f45cb6ac4768379ef1d88b5b0aa21aaadf4f99e47c1" }, "downloads": -1, "filename": "wgrib-python-0.0.1.dev3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "6f0e6cce324b5ff301dc35d5781a9e36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 273665, "upload_time": "2018-03-19T15:57:26", "url": "https://files.pythonhosted.org/packages/17/4a/590c9b93e0c11428387d390d5ccea4c66ddb16403f7218b2a99cf9c6ba72/wgrib-python-0.0.1.dev3.linux-x86_64.tar.gz" } ] }