Metadata-Version: 1.1
Name: mightex_device
Version: 0.2
Summary: Interface to Mightex LED controllers.
Home-page: https://github.com/janelia-pypi/mightex_device_python
Author: Peter Polidoro
Author-email: polidorop@janelia.hhmi.org
License: BSD
Description: mightex_device_python
        =====================
        
        This Python package (mightex_device) creates a class named MightexDevice,
        which contains an instance of serial_device2.SerialDevice and adds
        methods to it to interface to Mightex LED controllers.
        
        Authors::
        
            Peter Polidoro <polidorop@janelia.hhmi.org>
        
        License::
        
            BSD
        
        Example Usage::
        
            dev = MightexDevice() # Automatically finds device if one available
            dev = MightexDevice('/dev/ttyUSB0') # Linux
            dev = MightexDevice('/dev/tty.usbmodem262471') # Mac OS X
            dev = MightexDevice('COM3') # Windows
        
Keywords: mightex led serial device
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
