Metadata-Version: 1.1
Name: rswt-flasher
Version: 0.1.1
Summary: Firmware upload utility for a RobertSonics WavTrigger.
Home-page: https://github.com/wayoda/rswt-flasher/
Author: Eberhard Fahle
Author-email: e.fahle@wayoda.org
License: MIT
Description: rswt-flasher
        ============
        The `RobertSonics WavTrigger`_ is an audio player for wave files. Audio playback can be controlled through a serial port. 
        
        ``rswt-flasher`` is a commandline utility written in python to upload new firmware to a WavTrigger.
        ``rswt-flasher`` uses the `python serial library`_ 
        
        Documentation
        -------------
        Documentation for the utility 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-flasher
        
        or::        
        
                pip3 install rswt-flasher
        
        Source code
        -----------
        
        The project is hosted on `Github`_
        
        
        .. _`Github project page` : https://github.com/wayoda/rswt-flasher/
        .. _`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-flasher
        
        
        
        
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 :: Utilities
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
