Metadata-Version: 2.1
Name: ftd2xx
Version: 1.3.0b1
Summary: Python interface to ftd2xx.dll from FTDI using ctypesbased on d2xx by Pablo Bleyer
Home-page: https://github.com/snmishra/ftd2xx
Author: Satya Mishra
Author-email: satya.devel@gmail.com
License: MIT
Description: ======
        FTD2XX
        ======
        
        |package| |lint|
        
        |python| |black|
        
        ftd2xx is a simple python wrapper around the `D2XX DLL`_ from FTDI using
        ctypes. The API based on Pablo Bleyer Kocik's d2xx_ extension.
        
        Version 1.1.0 is compatible with Python 3. Please ensure you have FTDI
        drivers installed or available where the linker looks for shared
        libraries (e.g., PATH on windows, LD_LIBRARY_PATH or standard library
        directories on Linux)
        
        I don't have time to maintain this project, so I am looking for a maintainer.
        
        There is another library by pyftdi_ that looks more actively maintained, has support for newer device, and may fit your needs better.
        
        Also, Jeremy Bentham wrote a blog_ about using this library.
        
        .. _d2xx: http://bleyer.org/pyusb/
        .. _pyftdi: https://github.com/eblot/pyftdi
        .. _D2XX DLL: http://www.ftdichip.com/Drivers/D2XX.htm
        .. _blog: https://iosoft.blog/2018/12/02/ftdi-python-part-1/
        
        .. |black|
            image:: https://img.shields.io/badge/code%20style-black-000000.svg
                :target: https://github.com/psf/black
        .. |python|
            image:: https://img.shields.io/pypi/pyversions/ftd2xx.svg
                :target: https://pypi.org/project/ftd2xx/
        .. |package|
            image:: https://github.com/snmishra/ftd2xx/workflows/Python%20package/badge.svg
        .. |lint|
            image:: https://github.com/snmishra/ftd2xx/workflows/Lint/badge.svg
        
Keywords: ftd2xx d2xx ftdi
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
