Metadata-Version: 2.1
Name: skydance
Version: 0.0
Summary: A library for communication with Skydance lighting WiFi relay.
Home-page: https://pypi.org/project/skydance
License: MIT
Author: Tomas Bedrich
Author-email: ja@tbedrich.cz
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Home Automation
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Networking
Requires-Dist: pytest-asyncio (>=0.14.0,<0.15.0)
Project-URL: Documentation, https://skydance.readthedocs.io
Project-URL: Repository, https://github.com/tomasbedrich/skydance
Description-Content-Type: text/markdown

# Overview

A library for communication with Skydance lighting WiFi relay.

[![Build Status](https://img.shields.io/travis/tomasbedrich/skydance.svg)](https://travis-ci.org/tomasbedrich/skydance)
[![Coverage Status](https://img.shields.io/coveralls/tomasbedrich/skydance.svg)](https://coveralls.io/r/tomasbedrich/skydance)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/tomasbedrich/skydance.svg)](https://scrutinizer-ci.com/g/tomasbedrich/skydance)
[![PyPI Version](https://img.shields.io/pypi/v/skydance.svg)](https://pypi.org/project/skydance)
[![PyPI License](https://img.shields.io/pypi/l/skydance.svg)](https://pypi.org/project/skydance)

# Setup

## Requirements

* Python 3.8+

## Installation

Install it directly into an activated virtual environment:

```text
$ pip install skydance
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```text
$ poetry add skydance
```

# Usage

After installation, the package can imported:

```text
$ python
>>> import skydance
>>> skydance.__version__
```

