huangliang 4b7a0684d9 first debug version 3 ماه پیش
..
LICENSE 4b7a0684d9 first debug version 3 ماه پیش
README.rst 4b7a0684d9 first debug version 3 ماه پیش
__init__.py 4b7a0684d9 first debug version 3 ماه پیش
__main__.py 4b7a0684d9 first debug version 3 ماه پیش
command.py 4b7a0684d9 first debug version 3 ماه پیش
cros_subprocess.py 4b7a0684d9 first debug version 3 ماه پیش
pyproject.toml 4b7a0684d9 first debug version 3 ماه پیش
terminal.py 4b7a0684d9 first debug version 3 ماه پیش
test_util.py 4b7a0684d9 first debug version 3 ماه پیش
tools.py 4b7a0684d9 first debug version 3 ماه پیش
tout.py 4b7a0684d9 first debug version 3 ماه پیش
u_boot_pylib 4b7a0684d9 first debug version 3 ماه پیش

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]