Metadata-Version: 2.1
Name: blueskyapi
Version: 0.1.4
Summary: Client for blueskyapi.io
Home-page: https://blueskyapi.io
License: MIT
Keywords: weather,data,api
Author: blueskyapi.io
Author-email: contact@blueskyapi.io
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.1,<2.0)
Requires-Dist: requests (>=2.0,<3.0)
Project-URL: Documentation, https://blueskyapi.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/bluesky-api/python-client
Description-Content-Type: text/markdown

# python-client

Python client for blueskyapi.io

[![Tests Status](https://github.com/bluesky-api/python-client/workflows/Tests/badge.svg?branch=main&event=push)](https://github.com/bluesky-api/python-client/actions?query=workflow%3ATests+branch%3Amain+event%3Apush)
[![Coverage Status](https://coveralls.io/repos/github/bluesky-api/python-client/badge.svg?branch=main)](https://coveralls.io/github/bluesky-api/python-client?branch=main)
[![Stable Version](https://img.shields.io/pypi/v/blueskyapi?label=latest)](https://pypi.org/project/blueskyapi/)

## Installation

`pip install blueskyapi`

## Documentation

This library is documented [here](https://blueskyapi.readthedocs.io/en/stable/).

For available variables see the [blueskyapi.io data documentation](https://blueskyapi.io/docs/data).

