aiopywttr


Nameaiopywttr JSON
Version 3.0.1 PyPI version JSON
download
home_pageNone
SummaryAsynchronous wrapper for wttr.in weather API
upload_time2024-12-12 09:31:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
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/5e/cb/a5681cdef9281333ea2410ed4930bde84e4f540caf8bfff98f93f24c783e/aiopywttr-3.0.1.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": "MIT",
    "summary": "Asynchronous wrapper for wttr.in weather API",
    "version": "3.0.1",
    "project_urls": {
        "documentation": "https://aiopywttr.readthedocs.io",
        "repository": "https://github.com/monosans/aiopywttr"
    },
    "split_keywords": [
        "forecast"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7eb4d13573f16d9b2b29684f55e2a4ce47140dbdb900764c3e81307d20a62ae",
                "md5": "8ceee1aba79369c822a85840dde67d25",
                "sha256": "4765148e565c7735162b00cf4b60a252af3f005d7b962bf47f5bb9083a81d2dc"
            },
            "downloads": -1,
            "filename": "aiopywttr-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ceee1aba79369c822a85840dde67d25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4678,
            "upload_time": "2024-12-12T09:31:00",
            "upload_time_iso_8601": "2024-12-12T09:31:00.573488Z",
            "url": "https://files.pythonhosted.org/packages/e7/eb/4d13573f16d9b2b29684f55e2a4ce47140dbdb900764c3e81307d20a62ae/aiopywttr-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ecba5681cdef9281333ea2410ed4930bde84e4f540caf8bfff98f93f24c783e",
                "md5": "ed3cd341f1c3c2fed1a8efcc6d96a3c6",
                "sha256": "518810c4695d7bcc71f24c3fa5cec4caacbe2cbd2c1cb92c8576ee55390bf728"
            },
            "downloads": -1,
            "filename": "aiopywttr-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ed3cd341f1c3c2fed1a8efcc6d96a3c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6678,
            "upload_time": "2024-12-12T09:31:03",
            "upload_time_iso_8601": "2024-12-12T09:31:03.518963Z",
            "url": "https://files.pythonhosted.org/packages/5e/cb/a5681cdef9281333ea2410ed4930bde84e4f540caf8bfff98f93f24c783e/aiopywttr-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 09:31:03",
    "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: 0.63287s