pyastroweatherio


Namepyastroweatherio JSON
Version 0.73.0 PyPI version JSON
download
home_pagehttps://github.com/mawinkler/pyastroweatherio
SummaryPython Wrapper for OpenMeteo and Met.no REST API
upload_time2025-04-24 18:30:31
maintainerNone
docs_urlNone
authorMarkus Winkler
requires_pythonNone
licenseMIT
keywords astroweather met.no openmeteo python
VCS
bugtrack_url
requirements aiofiles aiohttp pyephem pytz setuptools typeguard openmeteo-requests pandas tabulate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Lightweight Python 3 module to receive data via REST API from OpenMeteo and Met.no and consume UpTonight reports.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mawinkler/pyastroweatherio",
    "name": "pyastroweatherio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "AstroWeather, Met.no, OpenMeteo, Python",
    "author": "Markus Winkler",
    "author_email": "winkler.info@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/87/eb/453e8ce89e4e3ff86fd68e4500d92849991c042bc6055f8bc55528254536/pyastroweatherio-0.73.0.tar.gz",
    "platform": null,
    "description": "Lightweight Python 3 module to receive data via REST API from OpenMeteo and Met.no and consume UpTonight reports.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Wrapper for OpenMeteo and Met.no REST API",
    "version": "0.73.0",
    "project_urls": {
        "Homepage": "https://github.com/mawinkler/pyastroweatherio"
    },
    "split_keywords": [
        "astroweather",
        " met.no",
        " openmeteo",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87eb453e8ce89e4e3ff86fd68e4500d92849991c042bc6055f8bc55528254536",
                "md5": "f5b25d2cb70cbeac96e13ad560859ce4",
                "sha256": "5b1d902db89e928c522f81b168182d4d92266a3545f44525cc17f61426d5137a"
            },
            "downloads": -1,
            "filename": "pyastroweatherio-0.73.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f5b25d2cb70cbeac96e13ad560859ce4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29213,
            "upload_time": "2025-04-24T18:30:31",
            "upload_time_iso_8601": "2025-04-24T18:30:31.933845Z",
            "url": "https://files.pythonhosted.org/packages/87/eb/453e8ce89e4e3ff86fd68e4500d92849991c042bc6055f8bc55528254536/pyastroweatherio-0.73.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-24 18:30:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mawinkler",
    "github_project": "pyastroweatherio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiofiles",
            "specs": [
                [
                    "~=",
                    "24.1"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.10.9"
                ]
            ]
        },
        {
            "name": "pyephem",
            "specs": [
                [
                    ">=",
                    "9.99"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2024.2"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "75.1"
                ]
            ]
        },
        {
            "name": "typeguard",
            "specs": [
                [
                    ">=",
                    "4.3"
                ]
            ]
        },
        {
            "name": "openmeteo-requests",
            "specs": [
                [
                    "~=",
                    "1.3"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "2.1"
                ]
            ]
        },
        {
            "name": "tabulate",
            "specs": [
                [
                    "~=",
                    "0.9"
                ]
            ]
        }
    ],
    "lcname": "pyastroweatherio"
}
        
Elapsed time: 0.87687s