• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..19-Aug-2025-

LICENSE A D19-Aug-202517.7 KiB340281

README.rst A D19-Aug-2025301 169

__init__.py A D19-Aug-2025142 52

__main__.py A D19-Aug-2025540 2310

command.py A D19-Aug-20257.1 KiB222171

cros_subprocess.py A D19-Aug-202515.3 KiB402304

gitutil.py A D19-Aug-202529 KiB887712

pyproject.toml A D19-Aug-2025651 2622

requirements.txt A D19-Aug-202523 21

terminal.py A D19-Aug-20259.6 KiB347264

test_util.py A D19-Aug-20259.1 KiB230186

tools.py A D19-Aug-202518.3 KiB613483

tout.py A D19-Aug-20254.8 KiB191143

u_boot_pylib A D19-Aug-2025540 2310

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