Metadata-Version: 2.1
Name: aiolifx-connection
Version: 1.0.0
Summary: A wrapper for aiolifx to connect to a single LIFX device
Home-page: https://github.com/bdraco/aiolifx_connection
Author: J. Nick Koston
Author-email: nick@koston.org
License: BSD license
Keywords: aiolifx_connection
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

==================
AIOLIFX Connection
==================


.. image:: https://img.shields.io/pypi/v/aiolifx_connection.svg
        :target: https://pypi.python.org/pypi/aiolifx_connection

.. image:: https://img.shields.io/travis/bdraco/aiolifx_connection.svg
        :target: https://travis-ci.com/bdraco/aiolifx_connection

.. image:: https://readthedocs.org/projects/aiolifx-connection/badge/?version=latest
        :target: https://aiolifx-connection.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/bdraco/aiolifx_connection/shield.svg
     :target: https://pyup.io/repos/github/bdraco/aiolifx_connection/
     :alt: Updates



A wrapper for aiolifx to connect to a single LIFX device


* Free software: BSD license
* Documentation: https://aiolifx-connection.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2022-07-03)
------------------

* First release on PyPI.
