picchick

A utility to aid in programming PIC microcontrollers

[metadata]
name = picchick
version = 0.4.99-dev
author = Rex McKinnon
author_email = [email protected]
description = A utility for programming PIC 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.10
    License :: OSI Approved :: University of Illinois/NCSA Open Source License

[options]
packages =
    picchick
    picchick.programmer
    picchick.devices
include_package_data = True
python_requires = >=3.10
install_requires =
    pyserial

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