aiopywttr


Nameaiopywttr JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://github.com/monosans/aiopywttr
SummaryAsynchronous wrapper for wttr.in weather API
upload_time2023-09-05 19:25:27
maintainer
docs_urlNone
authormonosans
requires_python>=3.8,<4.0
licenseMIT
keywords forecast
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
python -m pip install -U aiopywttr pywttr-models
```

## Documentation

<https://aiopywttr.readthedocs.io>

## License

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/monosans/aiopywttr",
    "name": "aiopywttr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "forecast",
    "author": "monosans",
    "author_email": "hsyqixco@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/90/c6/83a8e0377ecf266bb6473c39c0551614d04d46f1bc8a09ad40336387657d/aiopywttr-2.3.0.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\npython -m pip install -U aiopywttr pywttr-models\n```\n\n## Documentation\n\n<https://aiopywttr.readthedocs.io>\n\n## License\n\n[MIT](https://github.com/monosans/aiopywttr/blob/main/LICENSE)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous wrapper for wttr.in weather API",
    "version": "2.3.0",
    "project_urls": {
        "Documentation": "https://aiopywttr.readthedocs.io",
        "Homepage": "https://github.com/monosans/aiopywttr",
        "Repository": "https://github.com/monosans/aiopywttr"
    },
    "split_keywords": [
        "forecast"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dabb2aedcbf008fa1db830c52624b66204fc52dcf20e5a88a117b9f4743a66bf",
                "md5": "25b0afd86873ae5222754ac195c8612e",
                "sha256": "838629cadc8764fdcec8011b983ff26d34e91bad925eb594a252dc9076037320"
            },
            "downloads": -1,
            "filename": "aiopywttr-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "25b0afd86873ae5222754ac195c8612e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5663,
            "upload_time": "2023-09-05T19:25:26",
            "upload_time_iso_8601": "2023-09-05T19:25:26.612241Z",
            "url": "https://files.pythonhosted.org/packages/da/bb/2aedcbf008fa1db830c52624b66204fc52dcf20e5a88a117b9f4743a66bf/aiopywttr-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90c683a8e0377ecf266bb6473c39c0551614d04d46f1bc8a09ad40336387657d",
                "md5": "5d9b4e351532ec6125d43f946b396544",
                "sha256": "eab9149f171891bbe28f78dbf59020f8b36f29100cae6ba9ee3ee631117b0492"
            },
            "downloads": -1,
            "filename": "aiopywttr-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5d9b4e351532ec6125d43f946b396544",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 5165,
            "upload_time": "2023-09-05T19:25:27",
            "upload_time_iso_8601": "2023-09-05T19:25:27.678130Z",
            "url": "https://files.pythonhosted.org/packages/90/c6/83a8e0377ecf266bb6473c39c0551614d04d46f1bc8a09ad40336387657d/aiopywttr-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 19:25:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "monosans",
    "github_project": "aiopywttr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aiopywttr"
}
        
Elapsed time: 0.10930s