{ "info": { "author": "Nicholas Tulli", "author_email": "nat5142@psu.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "## **Rossby**\nA wrapper for the National Weather Service API\n\n---\n\n#### Info\n\nDocumentation for the National Weather Service API can be found\n[here](https://www.weather.gov/documentation/services-web-api#/).\n\nEverything that is used to construct this wrapper is contained in\nthe directory you are currently in. There are 3 files that wrap the\nentire API:\n\n- `rossby.py`\n- `api_config.py`\n- `default_response.py`\n\nAll of the endpoints can be found in the file `api_config.py`,\nvariable `api_endpoints`. Each key in this dictionary variable\ndefines the name of a base endpoint that can be called on a\n`Rossby()` object. Subsequent key-value pairs represent the unique\nmethods that can be called on the base endpoint.\n\n----------------------------------\n\n##### Getting Started\n\n```python\nfrom rossby import Rossby\n\n\nrossby = Rossby()\n\nkunv = rossby.stations.by_id(station_id='KUNV')\n\nprint(kunv.geometry)\nprint(kunv.geometry.coordinates) # equivalent to kunv.geometry['coordinates']\n\noffice = rossby.offices.by_id(office_id='CTP')\n\nprint(office.address)\nprint(office.address.streetAddress)\nprint(office.responsibleCounties)\n```\n\n\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/nat5142/rossby", "keywords": "national weather service nws noaa api wrapper", "license": "", "maintainer": "", "maintainer_email": "", "name": "rossby", "package_url": "https://pypi.org/project/rossby/", "platform": "", "project_url": "https://pypi.org/project/rossby/", "project_urls": { "Homepage": "https://github.com/nat5142/rossby" }, "release_url": "https://pypi.org/project/rossby/0.0.3/", "requires_dist": [ "requests (>=2.20)", "addict (==2.2.0)" ], "requires_python": ">=3.6", "summary": "A wrapper for the U.S. National Weather Service API", "version": "0.0.3" }, "last_serial": 5198438, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "81c92711debcbbe06d070af4b3a95b2f", "sha256": "354b0fc2b204be692fbd5e7d3cfec876c08125fa5c8053ca3708bc636eb27fef" }, "downloads": -1, "filename": "rossby-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "81c92711debcbbe06d070af4b3a95b2f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7211, "upload_time": "2019-02-16T03:26:36", "url": "https://files.pythonhosted.org/packages/15/77/7aaf9ec9dd6e59764a8b0365d889bd7af8b092ea5f321cab2f7a03066adb/rossby-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbe1b1731d18b1a30d4d32182ce85f8e", "sha256": "371e7f767ef0e795b083f24bb7a73856ccc22b1c4cc3e62e910d05810bfe2858" }, "downloads": -1, "filename": "rossby-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bbe1b1731d18b1a30d4d32182ce85f8e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5061, "upload_time": "2019-02-16T03:26:39", "url": "https://files.pythonhosted.org/packages/57/3b/02343e885337f0f8d976a989e4137df754087ffac072486628dc726c3121/rossby-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "42bbfba58f10c6f39d4df36c80654f49", "sha256": "ac972ece1c6061b1d3dea4bfc9265ef932707cf955abffe948faf7e287b91129" }, "downloads": -1, "filename": "rossby-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "42bbfba58f10c6f39d4df36c80654f49", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7189, "upload_time": "2019-04-28T03:48:14", "url": "https://files.pythonhosted.org/packages/31/c1/2ed9465840452f9ad250f7739128ee4eb9cbc25999f2668a49d115d68821/rossby-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "76d5465ab5607c2a46d17df757778f24", "sha256": "fedab97a233a7cd910de03e0c022b7e71404e16881ae31a1b170988da5672f8c" }, "downloads": -1, "filename": "rossby-0.0.3.tar.gz", "has_sig": false, "md5_digest": "76d5465ab5607c2a46d17df757778f24", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5008, "upload_time": "2019-04-28T03:48:17", "url": "https://files.pythonhosted.org/packages/68/26/78129ea0ab40af3be134c2e9851edf40822bb9b7eec8ab713b8a71d867c6/rossby-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42bbfba58f10c6f39d4df36c80654f49", "sha256": "ac972ece1c6061b1d3dea4bfc9265ef932707cf955abffe948faf7e287b91129" }, "downloads": -1, "filename": "rossby-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "42bbfba58f10c6f39d4df36c80654f49", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7189, "upload_time": "2019-04-28T03:48:14", "url": "https://files.pythonhosted.org/packages/31/c1/2ed9465840452f9ad250f7739128ee4eb9cbc25999f2668a49d115d68821/rossby-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "76d5465ab5607c2a46d17df757778f24", "sha256": "fedab97a233a7cd910de03e0c022b7e71404e16881ae31a1b170988da5672f8c" }, "downloads": -1, "filename": "rossby-0.0.3.tar.gz", "has_sig": false, "md5_digest": "76d5465ab5607c2a46d17df757778f24", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5008, "upload_time": "2019-04-28T03:48:17", "url": "https://files.pythonhosted.org/packages/68/26/78129ea0ab40af3be134c2e9851edf40822bb9b7eec8ab713b8a71d867c6/rossby-0.0.3.tar.gz" } ] }