Metadata-Version: 1.1
Name: Protea
Version: 0.1a
Summary: Ashly digital audio products RS-232 interface library
Home-page: https://github.com/sebleblanc/python-protea/
Author: Sébastien Leblanc
Author-email: seb@sebleblanc.net
License: MIT
Description: python-protea
        ============
        
        Ashly Audio DSP and products Python RS-232 interface library.
        
        This library aims at providing a convenient and simple layer between a python
        script and the RS-232 interface driving Ashly DSP products.
        
        
        Available devices
        -----------------
        
        Class name  | Description
        ------------|----------------------
        Protea      | Generic Protea device
        P424C       | Protea 4.24C
        Ne2424M     | Protea ne24.24M
        
        As first parameter for these class, one must pass the name to the serial
        interface (that will in turn get opened using the pyserial library), or a
        serial interface object that supports `read`, `write`, `flushInput` and
        `flushOutput` methods.
        
        
        
Keywords: ashly protea ne24.24M 4.24C matrix processor interface rs-232
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Terminals :: Serial
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
