Metadata-Version: 2.0
Name: zorg-emic
Version: 0.0.3
Summary: Python library for the Emic 2 Text to Speech Module.
Home-page: https://github.com/zorg/zorg-emic
Author: Zorg Group
Author-email: gunthercx@gmail.com
License: MIT
Keywords: zorg,emic,emic2
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: zorg (>=0.0.3,<0.1.0)
Requires-Dist: pyserial (<4.0.0)

zorg-emic
=========

|Join the chat at https://gitter.im/zorg/zorg| |Package Version| |Build
Status| |Documentation Status|

This is a python driver for controlling the
`Emic2 <https://www.sparkfun.com/products/11711>`__ text to speech
module with Zorg. Zorg (https://zorg.github.io/) is a Python framework
for robotics and physical computing.

Description
-----------

This driver allows commands to be sent to the Emic 2 text to speech
module using a serial connection. The driver automatically queues
commands and asynchronously transmits them to the text to speech module
when it is ready to process them.

More information can be found in the project
`documentation <http://zorg-emic.rtfd.org>`__.

Examples
--------

See examples for using this library in the
`examples <https://github.com/zorg/zorg-emic/tree/master/examples>`__
directory.

Getting Started
---------------

Install the module with: ``pip install zorg-emic``

License
-------

`Copyright (c) 2015 Team
Zorg <https://github.com/zorg/zorg-emic/blob/master/LICENSE.md>`__

.. |Join the chat at https://gitter.im/zorg/zorg| image:: https://badges.gitter.im/Join%20Chat.svg
   :target: https://gitter.im/zorg/zorg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |Package Version| image:: https://img.shields.io/pypi/v/zorg-emic.svg
   :target: https://pypi.python.org/pypi/zorg-emic/
.. |Build Status| image:: https://travis-ci.org/zorg/zorg-emic.svg
   :target: https://travis-ci.org/zorg/zorg-emic
.. |Documentation Status| image:: https://readthedocs.org/projects/zorg-emic/badge/?version=latest
   :target: http://zorg-emic.readthedocs.org/en/latest/?badge=latest


