Metadata-Version: 1.1
Name: rswt
Version: 0.1.2
Summary: Control RobertSonics WavTrigger through serial port.
Home-page: https://github.com/wayoda/rswt/
Author: Eberhard Fahle
Author-email: e.fahle@wayoda.org
License: MIT
Description: rswt.py
        =======
        The `RobertSonics WavTrigger`_ is an audio player for wave files. Audio playback can be controlled through a serial port. 
        
        ``rswt.py`` is a python library for the WavTrigger that uses the `python serial library`_ to control the audio player.
        
        Documentation
        -------------
        Documentation for the library is on the `Github project page`_
        
        A users guide for the WavTrigger is on the `RobertSonics website`_
        
        Install
        -------
        The module supports Python 2.7 and Python 3.3 onwards::
        
                pip install rswt
        
        or::        
        
                pip3 install rswt
        
        Source code
        -----------
        
        The project is hosted on `Github`_
        
        
        .. _`Github project page` : http://wayoda.github.io/rswt/
        .. _`RobertSonics WavTrigger` : http://robertsonics.com/wav-trigger/
        .. _`python serial library` : http://pyserial.sourceforge.net 
        .. _`RobertSonics website` : http://robertsonics.com/wav-trigger-online-user-guide
        .. _`Github` : https://github.com/wayoda/rswt
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
