Metadata-Version: 2.4
Name: pyjtagtools
Version: 0.11.0
Summary: JTAG engine and tools
Home-page: http://github.com/eblot/pyjtagtools
Author: Emmanuel Blot
Author-email: emmanuel.blot@free.fr
Maintainer: Emmanuel Blot
Maintainer-email: emmanuel.blot@free.fr
License: Apache 2
Keywords: jtag,bitmanip
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Debuggers
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-python
Dynamic: summary

PyJtagTools
===========

Overview
--------

PyJtagTools implements a JTAG TAP controller client.

It has been extracted from `PyFtdi <https://github.com/eblot/pyftdi>`_ v0.60, as its core features
are not specific to `PyFtdi <https://github.com/eblot/pyftdi>`_, and enable to support other JTAG
backend, for example the Remote BitBang protocol, which `OpenOCD <https://openocd.org>`_ implements.
