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

..18-Apr-2025-

LICENSE A D18-Apr-202517.7 KiB340281

README.rst A D18-Apr-2025299 169

__init__.py A D18-Apr-2025123 52

__main__.py A D18-Apr-2025571 2411

command.py A D18-Apr-20254.9 KiB140110

cros_subprocess.py A D18-Apr-202515.3 KiB402304

pyproject.toml A D18-Apr-2025599 2320

terminal.py A D18-Apr-20257.5 KiB271206

test_util.py A D18-Apr-20258.3 KiB217172

tools.py A D18-Apr-202517.9 KiB597471

tout.py A D18-Apr-20254.5 KiB180134

u_boot_pylib A D18-Apr-2025571 2411

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