Metadata-Version: 2.4
Name: udbserver
Version: 0.2.0
Summary: Python bindings of udbserver
Author-email: Bet4 <0xbet4@gmail.com>
License: MIT License
Project-URL: homepage, https://github.com/bet4it/udbserver
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Debuggers
Description-Content-Type: text/x-rst
Requires-Dist: unicorn>=2

Python bindings for udbserver
=============================

This package provides Python bindings for udbserver, allowing you to debug your Unicorn-based projects with GDB.
For more details about udbserver, please check the `project homepage <https://github.com/bet4it/udbserver>`_.

Installation
------------

From PyPI
~~~~~~~~~

It's highly recommended to install the Python package via pip::

    pip install udbserver

From source
~~~~~~~~~~~

To build and install this package manually::

    python3 -m build --wheel
    pip install dist/*.whl
