aiopywttr


Nameaiopywttr JSON
Version 3.0.2 PyPI version JSON
download
home_pageNone
SummaryAsynchronous wrapper for wttr.in weather API
upload_time2025-10-09 10:30:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords forecast
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # aiopywttr

[![CI](https://github.com/monosans/aiopywttr/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/aiopywttr/actions/workflows/ci.yml)
[![Downloads](https://static.pepy.tech/badge/aiopywttr)](https://pepy.tech/project/aiopywttr)

Asynchronous wrapper for [wttr.in](https://wttr.in) weather API.

Synchronous version [here](https://github.com/monosans/pywttr).

## Installation

```bash
pip install -U aiopywttr pywttr-models
```

## Documentation

<https://aiopywttr.readthedocs.io>

## Simple example

```python
async with aiopywttr.Wttr() as wttr:
    weather = await wttr.weather("Paris", language=aiopywttr.Language.EN)
print(weather.weather[0].avgtemp_c)
```

## License

[MIT](https://github.com/monosans/aiopywttr/blob/main/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aiopywttr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "forecast",
    "author": null,
    "author_email": "monosans <hsyqixco@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7d/e0/9c60d1697bbe595fbf1286306104189f2c44165fd25dbe532bee4b50f903/aiopywttr-3.0.2.tar.gz",
    "platform": null,
    "description": "# aiopywttr\n\n[![CI](https://github.com/monosans/aiopywttr/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/aiopywttr/actions/workflows/ci.yml)\n[![Downloads](https://static.pepy.tech/badge/aiopywttr)](https://pepy.tech/project/aiopywttr)\n\nAsynchronous wrapper for [wttr.in](https://wttr.in) weather API.\n\nSynchronous version [here](https://github.com/monosans/pywttr).\n\n## Installation\n\n```bash\npip install -U aiopywttr pywttr-models\n```\n\n## Documentation\n\n<https://aiopywttr.readthedocs.io>\n\n## Simple example\n\n```python\nasync with aiopywttr.Wttr() as wttr:\n    weather = await wttr.weather(\"Paris\", language=aiopywttr.Language.EN)\nprint(weather.weather[0].avgtemp_c)\n```\n\n## License\n\n[MIT](https://github.com/monosans/aiopywttr/blob/main/LICENSE)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Asynchronous wrapper for wttr.in weather API",
    "version": "3.0.2",
    "project_urls": {
        "documentation": "https://aiopywttr.readthedocs.io",
        "repository": "https://github.com/monosans/aiopywttr"
    },
    "split_keywords": [
        "forecast"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30a1b60c6454f91a90d1be05b4124f73104daed6a3bccd372761f1e6e09f5153",
                "md5": "b501a1c019b2028d0b7e1c6b822be337",
                "sha256": "903d7d3441e85e79b8c0035658e4be791d662f66b74b857310a7cf0e0b57f393"
            },
            "downloads": -1,
            "filename": "aiopywttr-3.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b501a1c019b2028d0b7e1c6b822be337",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4690,
            "upload_time": "2025-10-09T10:30:18",
            "upload_time_iso_8601": "2025-10-09T10:30:18.606449Z",
            "url": "https://files.pythonhosted.org/packages/30/a1/b60c6454f91a90d1be05b4124f73104daed6a3bccd372761f1e6e09f5153/aiopywttr-3.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7de09c60d1697bbe595fbf1286306104189f2c44165fd25dbe532bee4b50f903",
                "md5": "6533d238f4fbdff231603ad4da4da286",
                "sha256": "ba032f305a1afa1c9959ba7cfb90062d2a6188a4722135a64664ab2b1e86a067"
            },
            "downloads": -1,
            "filename": "aiopywttr-3.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6533d238f4fbdff231603ad4da4da286",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6716,
            "upload_time": "2025-10-09T10:30:20",
            "upload_time_iso_8601": "2025-10-09T10:30:20.140082Z",
            "url": "https://files.pythonhosted.org/packages/7d/e0/9c60d1697bbe595fbf1286306104189f2c44165fd25dbe532bee4b50f903/aiopywttr-3.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 10:30:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "monosans",
    "github_project": "aiopywttr",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "aiopywttr"
}
        
Elapsed time: 3.38966s