huangliang 4b7a0684d9 first debug version hai 3 meses
..
LICENSE 4b7a0684d9 first debug version hai 3 meses
README.rst 4b7a0684d9 first debug version hai 3 meses
__init__.py 4b7a0684d9 first debug version hai 3 meses
__main__.py 4b7a0684d9 first debug version hai 3 meses
command.py 4b7a0684d9 first debug version hai 3 meses
cros_subprocess.py 4b7a0684d9 first debug version hai 3 meses
pyproject.toml 4b7a0684d9 first debug version hai 3 meses
terminal.py 4b7a0684d9 first debug version hai 3 meses
test_util.py 4b7a0684d9 first debug version hai 3 meses
tools.py 4b7a0684d9 first debug version hai 3 meses
tout.py 4b7a0684d9 first debug version hai 3 meses
u_boot_pylib 4b7a0684d9 first debug version hai 3 meses

README.rst

.. 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]