Metadata-Version: 2.1
Name: pyfwimagebuilder
Version: 0.0.1.11
Summary: Firmware image builder for Microchip mdfu bootloaders
Author-email: Microchip Technology <support@microchip.com>
License: MIT License
Project-URL: Homepage, https://www.microchip.com
Keywords: Microchip,bootloader,PIC,AVR,pymdfu
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: dev
Requires-Dist: pylint >=2.15 ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: mock ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: test
Requires-Dist: mock ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

# pyfwimagebuilder - Firmware Image Builder
pyfwimagebuilder is a tool and library for building firmware update images for Microchip microcontrollers

![PyPI - Format](https://img.shields.io/pypi/format/pyfwimagebuilder)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyfwimagebuilder)
![PyPI - License](https://img.shields.io/pypi/l/pyfwimagebuilder)

## Overview
The remainder of this package is intentionally blank

# Changelog

## [0.0.1] - October 2023
- Package planning
