Metadata-Version: 2.1
Name: PyD2XX
Version: 0.0.4
Summary: A Python wrapper for the FTDI D2XX library.
Keywords: FTDI,ftdichip,PyD2XX,D2XX,FTD2XX
Author-Email: Hector Soto <hector.soto@ftdichip.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Project-URL: GitHub_Repo, https://github.com/S-Hector/PyD2XX
Project-URL: FTDI_Homepage, https://ftdichip.com/
Project-URL: FTDI_D3XX_Drivers, https://ftdichip.com/drivers/d2xx-drivers/
Project-URL: D2XX_Programming_Guide, https://ftdichip.com/wp-content/uploads/2025/06/D2XX_Programmers_Guide.pdf
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# PyD2XX
A Python wrapper for the FTDI D2XX library.
PyD2XX supports Windows, Linux, and MacOS.  
Most D2XX dynamic library variants are included in this package, so you don't need to include them directly in your project!  
\^You don't need and should not have any D2XX .dll, .dylib, or .so file in your script's directory.  
This was designed so the user needs zero ctypes knowledge and not need to import anything besides PyD2XX to interact with D2XX devices. The user should never have to interact with a ctypes object or method.  

## Documentation
None yet! This is still in extremely early development mainly as a test.
While the MAJOR version is 0, this is considered incomplete and not a full translation of the D2XX library to Python.
The API and behavior can change at any time until the MAJOR version is 1.
You should use PyFTDI instead: https://github.com/eblot/pyftdi

## Licensing
The PyD2XX package is licensed under MIT.
The underlying D2XX libraries distributed with this package fall under FTDI's license.
FTDI's License: https://ftdichip.com/driver-licence-terms-details/