Metadata-Version: 1.1
Name: ctypes-ftdi1
Version: 0.0.3
Summary: libftdi1 python bindings based on ctypes
Home-page: https://github.com/soburi/ctypes-ftdi1
Author: Tokita Hiroshi
Author-email: tokita.hiroshi@gmail.com
License: MIT
Description: ============
        ctypes-ftdi1
        ============
        
        This package is alternative implements of `libftdi1 <https://www.intra2net.com/en/developer/libftdi/index.php>`_ python bindings.
        
        The original uses SWIG for linking native code,
        ``ctypes-ftdi1`` is using ctype.
        
        Thus, we are not need to compile glue .so module.
        
Platform: any
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Hardware :: Hardware Drivers
