Files
aitbc/cli/debian/DEBIAN/control
AITBC System b033923756 chore: normalize file permissions across repository
- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore)
- Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md)
- Remove executable permissions from web assets (HTML, CSS, JS files)
- Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt)
- Remove executable permissions from source code files across all apps
- Add executable permissions to Python
2026-03-08 11:26:18 +01:00

16 lines
554 B
Plaintext

Package: aitbc-cli
Version: 0.1.0
Section: utils
Priority: optional
Architecture: all
Installed-Size: 1
Depends: python3 (>= 3.13), python3-pip, python3-venv
Maintainer: AITBC Team <team@aitbc.net>
Description: AITBC Command Line Interface
A comprehensive CLI for interacting with the AITBC network,
supporting job submission, mining operations, wallet management,
blockchain queries, marketplace operations, and more.
.
This package includes the AITBC CLI with all dependencies
and virtual environment setup for easy deployment on Debian systems.