Metadata-Version: 2.4
Name: u_boot_pylib
Version: 0.0.6
Summary: U-Boot python library
Author-email: Simon Glass <sjg@chromium.org>
Project-URL: Homepage, https://docs.u-boot.org
Project-URL: Bug Tracker, https://source.denx.de/groups/u-boot/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

.. SPDX-License-Identifier: GPL-2.0+

# U-Boot Python Library
=======================

This is a Python library used by various U-Boot tools, including patman,
buildman and binman.

The module can be installed with pip::

   pip install u_boot_pylib

or via setup.py::

   ./setup.py install [--user]
