Metadata-Version: 1.1
Name: usb1208fs
Version: 0.1.3.post6
Summary: Python drivers for Measurement Computing USB1208FS on linux
Home-page: https://github.com/Flasew/pyusb1208fs
Author: Weiyang Wang
Author-email: wew168@ucsd.edu
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: Python wrapper of the C-driver of MCC USB1208FS data acquisition card written by Warren Jaspers.
        
            Functionality includes analog/digital input/output, analog input/output scans, counter, etc.
            See Warren Jaspers' C-library for more details.
        
            This module is mostly just a python wrapper of the original C-driver; some object-orientated
            concepts and python list support were added for a more user-friendly interface.
        
            This module requires Warren Jaspers' C drivers to be already installed (see ftp://lx10.tx.ncsu.edu/pub/Linux/drivers/USB/)
            
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
