picchick

A utility to aid in programming PIC microcontrollers

[metadata]
name = picchick
version = 0.4.99
author = Rex McKinnon
author_email = [email protected]
description = A utility for programming and debugging microcontrollers.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rex--/picchick
license = University of Illinois/NCSA Open Source License
classifiers =
    Programming Language :: Python :: 3.9
    License :: OSI Approved :: University of Illinois/NCSA Open Source License

[options]
packages =
    picchick
    picchick.programmer
python_requires = >=3.9
install_requires =
    pyserial

[options.entry_points]
console_scripts =
    picchick = picchick:entry