Metadata-Version: 2.4
Name: uniWeather
Version: 0.1.0
Summary: Python client for the uniWeather cloud API
Home-page: https://github.com/your_username/uniWeather
Author: ResearchConcepts io GmbH
Author-email: support@uniweather.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# uniWeather

Python client for the uniWeather cloud API.

## Installation

```bash
pip install uniWeather
```

## Usage

```python
# import the client alias
from uniWeather import uniWeather

# connect and create the client instance
client = uniWeather.connect(api_key="YOUR_API_KEY")
# ...
``` 
