Metadata-Version: 2.1
Name: esp-debug-backend
Version: 1.0.1
Summary: This package is a library built on top of pygdbmi providing high-level API for debugging programs using GDB and OpenOCD.
Author-email: Alexey Gerenkov <alexey.gerenkov@espressif.com>, Andrei Gramakov <andrei.gramakov@espressif.com>
Project-URL: Homepage, https://github.com/espressif/esp-debug-backend
Project-URL: Bug Tracker, https://github.com/espressif/esp-debug-backend/issues
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Debug Backend Python Package

## Description

This package is a library built on top of pygdbmi providing high-level API for debugging programs using GDB and OpenOCD.

## Requirements

Python packages:
- pygdbmi
