Metadata-Version: 2.4
Name: zbuild-tools
Version: 1.0.30
Summary: It is the build system of linux which is based on Conan
Author-email: "Zhiguo.Zhu" <294966@qq.com>
Requires-Python: <=3.14,>=3.8
Description-Content-Type: text/markdown
Requires-Dist: conan-zbuild<2.0.0,>=1.66.3
Requires-Dist: dockerpty==0.4.1
Requires-Dist: docker==7.1.0
Requires-Dist: intervaltree==3.1.0
Requires-Dist: pyelftools
Requires-Dist: ruamel.yaml==0.18.15
Requires-Dist: psutil
Requires-Dist: pyserial==3.5
Requires-Dist: fbtftp==0.5
Requires-Dist: dohq-artifactory==1.0.1
Requires-Dist: aiohttp
Requires-Dist: easy_enum==0.3.0
Requires-Dist: paramiko==3.5.0
Requires-Dist: pytest
Requires-Dist: tblib

# zbuild-tools

A build system for embedded Linux based on Conan package manager.

## Features

- Cross-compilation support for RISC-V and ARM architectures
- Board management and testing
- Disk image generation and flashing
- System simulation with QEMU
- CI/CD integration

## Installation

```bash
pip install zbuild-tools
```

## Usage

```bash
# Build packages
zbuild build [package]

# Flash to board
zflash

# Run image
zrun

# Board management
board
```

## Requirements

- Python >= 3.8, <= 3.14
- Conan >= 1.66.3, < 2.0.0
- Docker (for containerized builds)

## License

See LICENSE file for details.
