Metadata-Version: 2.1
Name: igloo-python
Version: 1.0.11
Summary: Python SDK for Igloo
Home-page: https://github.com/IglooCloud/igloo_python
Author: Igloo Team
Author-email: hello@igloo.ooo
License: MIT
Keywords: iot,igloo
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development 
Classifier: License :: OSI Approved :: MIT License  
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: asyncio
Requires-Dist: pathlib
Requires-Dist: websockets
Requires-Dist: aiodataloader
Requires-Dist: aiohttp

<p align="center">
  <img src="https://github.com/IglooCloud/igloo-python/raw/master/IglooLogo.png" alt="Igloo logo" width="128"/>
</p>

<h1 align="center">Python SDK for Igloo</h1>

## Getting started

Install the library with pip:

```
pip install igloo-python
```

You can find detailed documentation and examples on how to use the library on [our official site](http://igloo.ooo/).

## License

See the [license](https://github.com/IglooCloud/igloo-python/blob/master/LICENSE.txt) file for license rights and limitations.


