NameDateSize

..18-Apr-2024129

__init__.pyH A D12-Apr-2023123

__main__.pyH A D12-Apr-2023571

command.pyH A D03-Nov-20234.8 KiB

cros_subprocess.pyH A D12-Apr-202315.3 KiB

LICENSEH A D12-Apr-202317.7 KiB

pyproject.tomlH A D09-Jan-2024651

README.rstH A D09-Jan-2024301

terminal.pyH A D12-Apr-20237.5 KiB

test_util.pyH A D26-Jul-20238.5 KiB

tools.pyH A D12-Apr-202317.9 KiB

tout.pyH A D12-Apr-20234.5 KiB

u_boot_pylibH A D12-Apr-2023571

README.rst

1.. SPDX-License-Identifier: GPL-2.0+
2
3# U-Boot Python Library
4=======================
5
6This is a Python library used by various U-Boot tools, including patman,
7buildman and binman.
8
9The module can be installed with pip::
10
11   pip install u_boot_pylib
12
13or via setup.py::
14
15   ./setup.py install [--user]
16