Metadata-Version: 2.1
Name: CTid-programmer
Version: 1.4.2
Summary: A graphical user interface for programming CTid sensors.
Home-page: https://bitbucket.org/egauge/CTid-programmer/
Author: David Mosberger-Tang
Author-email: davidm@egauge.net
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

***************
CTid-programmer
***************

A graphical-user interface for programming CTid®-enabled sensors.

This program depends on PySide2.  On many platforms, you can install
it with the command:

    pip3 install PySide2

On some platforms (e.g., Raspian Buster), this may not work and
instead the following command should be used:

    sudo apt install python3-pyside2.{qtcore,qtgui,qtwidgets}

The programmer uses an enhanced version avrdude which can be found here:

    https://bitbucket.org/egauge/avrdude/src/upstream/

Apart from all the normal avrdude features, this version enables
programming of ATtiny microcontrollers with a standard FTDI serial
cable.
