Metadata-Version: 2.4
Name: lbhelper
Version: 0.1.2
Summary: lbhelper is a collection of utilities helps you build your live-build based live image
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: jinja2>=3.1.6
Requires-Dist: requests>=2.32.5
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/HallBlazzar/lbhelper
Project-URL: Issues, https://github.com/HallBlazzar/lbhelper/issues
Project-URL: Document, https://hallblazzar.github.io/lbhelper/source/index.html
Description-Content-Type: text/markdown

# lbhelper

**lbhelper** is a library helps you build customized Debian images.

Full online document - https://hallblazzar.github.io/lbhelper/source/index.html

**lbhelper** is a Python wrapper of [Debian Live Build](https://live-team.pages.debian.net/live-manual/html/live-manual/index.en.html). It provides a set of declarative targets to define customization options supported by `Live Build`. Including:
- Aptitude packages
- Importing static files
- Customized `.deb` pacckages
- Hook scripts
- Bootloaders

Additionally, **lbhelper** provides extensions to help you quickly define common targets like AppImages and GRUB to help you simplify configuration work.

No matter you're not familiar with `Live Build`, the [document](https://hallblazzar.github.io/lbhelper/source/index.html) is a great start for helping you understand the tool and **lbhelper**.

Feel free to submit PR and file issues if needed :)
