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

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]