the-weather


Namethe-weather JSON
Version 1.5 PyPI version JSON
download
home_pagehttps://github.com/michaelMondoro/the_weather
SummaryPackage for getting weather data based on a zipcode
upload_time2024-01-20 20:05:05
maintainer
docs_urlNone
authorMichael Mondoro
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Generic badge](https://img.shields.io/badge/Licence-MIT-blue.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/Maintained-yes-green.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/Python-3.7-yellow.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/the_weather-1.5-red.svg)](https://pypi.org/project/the-weather/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/the_weather)

## Package
Package for getting weather data using a zipcode.

## Usage
```python
from the_weather import *

weather = Weather(22025)

d = weather.daily_forecast("2023-09-17")
print(d[0])

# Output
Sunday 2023-09-17 [05:00 PM] - 19° 50%: Scattered Showers

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/michaelMondoro/the_weather",
    "name": "the-weather",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Michael Mondoro",
    "author_email": "michaelmondoro@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/f3/10eabbf3f91c2733510e945b7c27c7390e7ce68d563988d4ec745d8acc38/the_weather-1.5.tar.gz",
    "platform": null,
    "description": "[![Generic badge](https://img.shields.io/badge/Licence-MIT-blue.svg)](https://shields.io/)\n[![Generic badge](https://img.shields.io/badge/Maintained-yes-green.svg)](https://shields.io/)\n[![Generic badge](https://img.shields.io/badge/Python-3.7-yellow.svg)](https://shields.io/)\n[![Generic badge](https://img.shields.io/badge/the_weather-1.5-red.svg)](https://pypi.org/project/the-weather/)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/the_weather)\n\n## Package\nPackage for getting weather data using a zipcode.\n\n## Usage\n```python\nfrom the_weather import *\n\nweather = Weather(22025)\n\nd = weather.daily_forecast(\"2023-09-17\")\nprint(d[0])\n\n# Output\nSunday 2023-09-17 [05:00 PM] - 19\u00b0 50%: Scattered Showers\n\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Package for getting weather data based on a zipcode",
    "version": "1.5",
    "project_urls": {
        "Homepage": "https://github.com/michaelMondoro/the_weather"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e8d1586982b8a36ae01cd3b52a584e2e318c37d51379d5763b74e96451a7c9c",
                "md5": "b15458a4f9e445eb07e6e51d60cf37d9",
                "sha256": "7e1f73bb207b6d76f5c2bd010b1b7cb06c71f838e3730725238c2700edbd5efa"
            },
            "downloads": -1,
            "filename": "the_weather-1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b15458a4f9e445eb07e6e51d60cf37d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3739,
            "upload_time": "2024-01-20T20:05:02",
            "upload_time_iso_8601": "2024-01-20T20:05:02.530192Z",
            "url": "https://files.pythonhosted.org/packages/6e/8d/1586982b8a36ae01cd3b52a584e2e318c37d51379d5763b74e96451a7c9c/the_weather-1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0f310eabbf3f91c2733510e945b7c27c7390e7ce68d563988d4ec745d8acc38",
                "md5": "d61cccf734be3984c2bb2540a91b781d",
                "sha256": "3fa6188d95a2094c53d95daaaacfaf75edad3580a742eb9816087c0969ea8578"
            },
            "downloads": -1,
            "filename": "the_weather-1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d61cccf734be3984c2bb2540a91b781d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3253,
            "upload_time": "2024-01-20T20:05:05",
            "upload_time_iso_8601": "2024-01-20T20:05:05.504421Z",
            "url": "https://files.pythonhosted.org/packages/c0/f3/10eabbf3f91c2733510e945b7c27c7390e7ce68d563988d4ec745d8acc38/the_weather-1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-20 20:05:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "michaelMondoro",
    "github_project": "the_weather",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "the-weather"
}
        
Elapsed time: 0.37636s