airnowpy


Nameairnowpy JSON
Version 2.2.2 PyPI version JSON
download
home_pagehttps://github.com/karjanme/airnowpy
SummaryPython Library for the AirNow API
upload_time2023-10-02 05:49:49
maintainer
docs_urlNone
authorKarl Jansen
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements pytz requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [codecov-image]: https://codecov.io/gh/karjanme/airnowpy/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/karjanme/airnowpy
[downloads-image]:https://static.pepy.tech/badge/airnowpy
[downloads-url]: https://pepy.tech/project/airnowpy
[github-actions-image]: https://github.com/karjanme/airnowpy/workflows/Main%20Workflow/badge.svg?branch=master
[github-actions-url]: https://github.com/karjanme/airnowpy/actions?query=workflow%3A%22Main+Workflow%22+branch%3Amaster
[pypi-image]: https://badge.fury.io/py/airnowpy.svg
[pypi-url]: https://badge.fury.io/py/airnowpy

[![PyPi][pypi-image]][pypi-url]
[![GitHub Actions][github-actions-image]][github-actions-url]
[![Downloads][downloads-image]][downloads-url]
[![Code Coverage][codecov-image]][codecov-url]

# AirNowPy

A Python library to facilitate interactions with the [AirNow API](https://docs.airnowapi.org/) web service.

## Quick Start

In order to use this library an API key is required. Get one [here](https://docs.airnowapi.org/account/request/).

## License

[MIT License](https://github.com/karjanme/airnowpy/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/karjanme/airnowpy",
    "name": "airnowpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Karl Jansen",
    "author_email": "jnsnkrl@live.com",
    "download_url": "",
    "platform": null,
    "description": "[codecov-image]: https://codecov.io/gh/karjanme/airnowpy/branch/master/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/karjanme/airnowpy\n[downloads-image]:https://static.pepy.tech/badge/airnowpy\n[downloads-url]: https://pepy.tech/project/airnowpy\n[github-actions-image]: https://github.com/karjanme/airnowpy/workflows/Main%20Workflow/badge.svg?branch=master\n[github-actions-url]: https://github.com/karjanme/airnowpy/actions?query=workflow%3A%22Main+Workflow%22+branch%3Amaster\n[pypi-image]: https://badge.fury.io/py/airnowpy.svg\n[pypi-url]: https://badge.fury.io/py/airnowpy\n\n[![PyPi][pypi-image]][pypi-url]\n[![GitHub Actions][github-actions-image]][github-actions-url]\n[![Downloads][downloads-image]][downloads-url]\n[![Code Coverage][codecov-image]][codecov-url]\n\n# AirNowPy\n\nA Python library to facilitate interactions with the [AirNow API](https://docs.airnowapi.org/) web service.\n\n## Quick Start\n\nIn order to use this library an API key is required. Get one [here](https://docs.airnowapi.org/account/request/).\n\n## License\n\n[MIT License](https://github.com/karjanme/airnowpy/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Library for the AirNow API",
    "version": "2.2.2",
    "project_urls": {
        "Homepage": "https://github.com/karjanme/airnowpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d855a463a9651357b239f50e1836e725d961bde2e30814f6618d89232be02f2b",
                "md5": "2d09cbc12fbdf15f641346d7b53b8675",
                "sha256": "4e280456b863927568ef5e7a2bf000ba55c25ddd20593d2601e5924bf56dc797"
            },
            "downloads": -1,
            "filename": "airnowpy-2.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d09cbc12fbdf15f641346d7b53b8675",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5731,
            "upload_time": "2023-10-02T05:49:49",
            "upload_time_iso_8601": "2023-10-02T05:49:49.852287Z",
            "url": "https://files.pythonhosted.org/packages/d8/55/a463a9651357b239f50e1836e725d961bde2e30814f6618d89232be02f2b/airnowpy-2.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 05:49:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "karjanme",
    "github_project": "airnowpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2020.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        }
    ],
    "lcname": "airnowpy"
}
        
Elapsed time: 0.11758s