ftd2xx


Nameftd2xx JSON
Version 1.3.6 PyPI version JSON
download
home_page
SummaryPython interface to ftd2xx.dll from FTDI using ctypes based on d2xx by Pablo Bleyer
upload_time2024-01-27 20:52:15
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2019 Satya Mishra Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords d2xx ftd2xx ftdi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
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.

Requires Python 3.8 minimum. 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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ftd2xx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "d2xx,ftd2xx,ftdi",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/15/b7/24163a918f763c087aa9b5574585832e28a3e4070ae883725c013faf7728/ftd2xx-1.3.6.tar.gz",
    "platform": null,
    "description": "======\nFTD2XX\n======\n\n|package| |lint|\n\n|python| |black|\n\nftd2xx is a simple python wrapper around the `D2XX DLL`_ from FTDI using\nctypes. The API based on Pablo Bleyer Kocik's d2xx_ extension.\n\nRequires Python 3.8 minimum. Please ensure you have FTDI drivers installed or\navailable where the linker looks for shared libraries (e.g., PATH on windows,\nLD_LIBRARY_PATH or standard library directories on Linux)\n\nI don't have time to maintain this project, so I am looking for a maintainer.\n\nThere is another library by pyftdi_ that looks more actively maintained, has support for newer device, and may fit your needs better.\n\nAlso, Jeremy Bentham wrote a blog_ about using this library.\n\n.. _d2xx: http://bleyer.org/pyusb/\n.. _pyftdi: https://github.com/eblot/pyftdi\n.. _D2XX DLL: http://www.ftdichip.com/Drivers/D2XX.htm\n.. _blog: https://iosoft.blog/2018/12/02/ftdi-python-part-1/\n\n.. |black|\n    image:: https://img.shields.io/badge/code%20style-black-000000.svg\n        :target: https://github.com/psf/black\n.. |python|\n    image:: https://img.shields.io/pypi/pyversions/ftd2xx.svg\n        :target: https://pypi.org/project/ftd2xx/\n.. |package|\n    image:: https://github.com/snmishra/ftd2xx/workflows/Python%20package/badge.svg\n.. |lint|\n    image:: https://github.com/snmishra/ftd2xx/workflows/Lint/badge.svg\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2019 Satya Mishra  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Python interface to ftd2xx.dll from FTDI using ctypes based on d2xx by Pablo Bleyer",
    "version": "1.3.6",
    "project_urls": {
        "Documentation": "https://ftd2xx.github.io/ftd2xx/",
        "GitHub": "https://github.com/ftd2xx/ftd2xx"
    },
    "split_keywords": [
        "d2xx",
        "ftd2xx",
        "ftdi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24b054f41fc4bdd3ee58859c5a60b94640d8a66fa36c73893adca0cc8db4533b",
                "md5": "27066c994910fa1aab1d1a9f19181a67",
                "sha256": "6f1e8b2edbf35b14413efd15c0cfa9379ee1fb5348500083a307465e82efd7c9"
            },
            "downloads": -1,
            "filename": "ftd2xx-1.3.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27066c994910fa1aab1d1a9f19181a67",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 41007,
            "upload_time": "2024-01-27T20:52:14",
            "upload_time_iso_8601": "2024-01-27T20:52:14.307387Z",
            "url": "https://files.pythonhosted.org/packages/24/b0/54f41fc4bdd3ee58859c5a60b94640d8a66fa36c73893adca0cc8db4533b/ftd2xx-1.3.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15b724163a918f763c087aa9b5574585832e28a3e4070ae883725c013faf7728",
                "md5": "beffeb205969514640d91a5bd8d48616",
                "sha256": "e5af93ddeb672e7b653c480ac30d9d4a3c769dc088778d97bcbab59441ae808d"
            },
            "downloads": -1,
            "filename": "ftd2xx-1.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "beffeb205969514640d91a5bd8d48616",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 42102,
            "upload_time": "2024-01-27T20:52:15",
            "upload_time_iso_8601": "2024-01-27T20:52:15.871215Z",
            "url": "https://files.pythonhosted.org/packages/15/b7/24163a918f763c087aa9b5574585832e28a3e4070ae883725c013faf7728/ftd2xx-1.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-27 20:52:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ftd2xx",
    "github_project": "ftd2xx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ftd2xx"
}
        
Elapsed time: 0.17690s