Metadata-Version: 2.0
Name: robotica
Version: 0.1.5
Summary: Robotic maid to scare innocent children
Home-page: https://github.com/brianmay/robotica
Author: Brian May
Author-email: brian@linuxpenguins.xyz
License: GNU General Public License v3
Keywords: robotica
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: APScheduler
Requires-Dist: Click (>=6.0)
Requires-Dist: PyYAML
Requires-Dist: aiolifx
Requires-Dist: click-log

========
Robotica
========


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

.. image:: https://img.shields.io/travis/brianmay/robotica.svg
        :target: https://travis-ci.org/brianmay/robotica

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

.. image:: https://pyup.io/repos/github/brianmay/robotica/shield.svg
     :target: https://pyup.io/repos/github/brianmay/robotica/
     :alt: Updates


Robotic maid to scare innocent children


* Free software: GNU General Public License v3
* Documentation: https://robotica.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
=======

0.1.5 (2017-06-25)
------------------

Added
~~~~~
* Support acting on list of lights or groups.
* Sending message to all lights asynchronously.
* One schedule can override another schedule.

0.1.4 (2017-06-24)
------------------

Fixes
~~~~~
* Add missing required depends.
* Handle Device Offline errors correctly.

0.1.3 (2017-06-24)
------------------

Added
~~~~~
* Schedule config file support.
* Requires my fork of aiolifx.

0.1.2 (2017-06-19)
------------------

Fixes
~~~~~
* PyPI meta information.
* day_of_week value incorrect.

0.1.1 (2017-06-18)
------------------

* No changes.

0.1.0 (2017-06-18)
------------------

* First release on PyPI.


