weatherstackapi


Nameweatherstackapi JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/LiskIsBest/WeatherStackApi
SummaryPython wrapper for the weather stack api
upload_time2023-03-29 03:40:07
maintainer
docs_urlNone
authorDarien Moore
requires_python>=3.10.6,<4.0.0
licenseGPLv3
keywords python weather weatherapi weather stack api wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            WeatherStackWrapper
---
In development wrapper library for [WeatherStack](https://weatherstack.com/) weather api.

Install
---
```bash
pip install weatherstackapi
```
```bash
poetry add weatherstackapi
```

Usage
---
```Python
import weatherstackapi as wsa

weatherApi = wsa.WeatherApi(access_key)

weatherApi.current(location, units, language)
weatherApi.historical(location, historical_date, hourly, interval, units, language)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/LiskIsBest/WeatherStackApi",
    "name": "weatherstackapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10.6,<4.0.0",
    "maintainer_email": "",
    "keywords": "python,weather,weatherapi,weather stack,api,wrapper",
    "author": "Darien Moore",
    "author_email": "LiskIsBest@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/94/7c/0806dfec00afdcee30d34f811e800c7e5bc10b29894d1f953ad26347f732/weatherstackapi-0.1.3.tar.gz",
    "platform": null,
    "description": "WeatherStackWrapper\n---\nIn development wrapper library for [WeatherStack](https://weatherstack.com/) weather api.\n\nInstall\n---\n```bash\npip install weatherstackapi\n```\n```bash\npoetry add weatherstackapi\n```\n\nUsage\n---\n```Python\nimport weatherstackapi as wsa\n\nweatherApi = wsa.WeatherApi(access_key)\n\nweatherApi.current(location, units, language)\nweatherApi.historical(location, historical_date, hourly, interval, units, language)\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Python wrapper for the weather stack api",
    "version": "0.1.3",
    "split_keywords": [
        "python",
        "weather",
        "weatherapi",
        "weather stack",
        "api",
        "wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b06b1150ad72dde84f7efc1d323a2606213cfd6035151111800eb49a2a42c9ba",
                "md5": "9ae8566f706a6df4258e66d84ed98797",
                "sha256": "992f48c5ba6b0a92e6c7163210a7e493f4f1675d02a3aa4c726c7d2bae4bb6c0"
            },
            "downloads": -1,
            "filename": "weatherstackapi-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ae8566f706a6df4258e66d84ed98797",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.6,<4.0.0",
            "size": 36899,
            "upload_time": "2023-03-29T03:40:04",
            "upload_time_iso_8601": "2023-03-29T03:40:04.887976Z",
            "url": "https://files.pythonhosted.org/packages/b0/6b/1150ad72dde84f7efc1d323a2606213cfd6035151111800eb49a2a42c9ba/weatherstackapi-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "947c0806dfec00afdcee30d34f811e800c7e5bc10b29894d1f953ad26347f732",
                "md5": "67907d53bfcf896754c446fa906423cc",
                "sha256": "c6e7d1775faa7432c1d9658b5fa2aa47a46325dc4892d555691054226c017e94"
            },
            "downloads": -1,
            "filename": "weatherstackapi-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "67907d53bfcf896754c446fa906423cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.6,<4.0.0",
            "size": 19160,
            "upload_time": "2023-03-29T03:40:07",
            "upload_time_iso_8601": "2023-03-29T03:40:07.118553Z",
            "url": "https://files.pythonhosted.org/packages/94/7c/0806dfec00afdcee30d34f811e800c7e5bc10b29894d1f953ad26347f732/weatherstackapi-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-29 03:40:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "LiskIsBest",
    "github_project": "WeatherStackApi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "weatherstackapi"
}
        
Elapsed time: 0.05537s