auroranoaa


Nameauroranoaa JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/djtimca/aurora-api
SummaryNOAA Aurora Wrapper for Home Assistant Integration.
upload_time2024-10-08 13:30:43
maintainerNone
docs_urlNone
authorTim Empringham
requires_python>=3.6
licenseapache-2.0
keywords noaa aurora
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aurora API (auroranoaa)

PyPi integration to support the Home Assistant Aurora integration.

## Available Methods

### get_forecast_data(longitude:float, latitude:float)

Request the NOAA Aurora forecast for the given longitude and latitude.

Return value will be an integer of the forecast % chance of there being an Aurora event at the given coordinates.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/djtimca/aurora-api",
    "name": "auroranoaa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "NOAA, Aurora",
    "author": "Tim Empringham",
    "author_email": "tim.empringham@live.ca",
    "download_url": "https://files.pythonhosted.org/packages/4b/09/a194c09651e2b6423adc781477268bb0b7b328c79881355ce29c7761c39a/auroranoaa-0.0.5.tar.gz",
    "platform": null,
    "description": "# Aurora API (auroranoaa)\n\nPyPi integration to support the Home Assistant Aurora integration.\n\n## Available Methods\n\n### get_forecast_data(longitude:float, latitude:float)\n\nRequest the NOAA Aurora forecast for the given longitude and latitude.\n\nReturn value will be an integer of the forecast % chance of there being an Aurora event at the given coordinates.\n\n",
    "bugtrack_url": null,
    "license": "apache-2.0",
    "summary": "NOAA Aurora Wrapper for Home Assistant Integration.",
    "version": "0.0.5",
    "project_urls": {
        "Download": "https://github.com/djtimca/aurora-api/archive/v_0.0.3.tar.gz",
        "Homepage": "https://github.com/djtimca/aurora-api"
    },
    "split_keywords": [
        "noaa",
        " aurora"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b09a194c09651e2b6423adc781477268bb0b7b328c79881355ce29c7761c39a",
                "md5": "653c2e2595981c1971aa0b58bedae571",
                "sha256": "40eac5b8c7ab683d7a09100f5e22c55e012695741603e2c798644cdef9013ab2"
            },
            "downloads": -1,
            "filename": "auroranoaa-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "653c2e2595981c1971aa0b58bedae571",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6551,
            "upload_time": "2024-10-08T13:30:43",
            "upload_time_iso_8601": "2024-10-08T13:30:43.861143Z",
            "url": "https://files.pythonhosted.org/packages/4b/09/a194c09651e2b6423adc781477268bb0b7b328c79881355ce29c7761c39a/auroranoaa-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 13:30:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "djtimca",
    "github_project": "aurora-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "auroranoaa"
}
        
Elapsed time: 0.30834s