Metadata-Version: 2.4
Name: aitbc-cli
Version: 0.1.0
Summary: AITBC Command Line Interface Tools
Home-page: https://aitbc.net
Author: AITBC Team
Author-email: team@aitbc.net
Project-URL: Homepage, https://aitbc.net
Project-URL: Repository, https://github.com/aitbc/aitbc
Project-URL: Documentation, https://docs.aitbc.net
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.28
Requires-Dist: rich>=13.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: pytest-mock>=3.10.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
# AITBC CLI Technical Documentation
**Level**: Intermediate
**Prerequisites**: Basic CLI familiarity, shell usage, and AITBC project context
**Estimated Time**: 10-15 minutes
**Last Updated**: 2026-04-27
**Version**: 1.0
## ๐งญ **Navigation Path:**
**๐ [Documentation Home](../README.md)** โ **๐ CLI Technical** โ *You are here*
**breadcrumb**: Home โ CLI Technical โ Overview
---
## ๐ฏ **See Also:**
- **๐ Docs Home**: [Documentation Home](../README.md) - Main docs landing page
- **๐ About Docs**: [About Documentation](../about/README.md) - Template standard and audit checklist
- **๐ฏ Beginner CLI**: [Beginner Documentation](../beginner/README.md) - CLI basics and user workflows
- **๐งช Testing Docs**: [Testing Documentation](../testing/README.md) - Validation and regression testing
- **๐ Project Docs**: [Project Documentation](../project/README.md) - Project context
---
## ๐ **What lives here**
This directory provides the technical CLI entry point mirrored by the top-level docs symlink.
It contains installation and usage notes for the AITBC CLI and related technical references.
---
## ๐ **Quick Start**
### Installation
```bash
pip install -e .
```
### Usage
```bash
aitbc --help
```
---
## ๐ **Related Resources**
### ๐ **Further Reading:**
- [Documentation Home](../README.md) - Main docs landing page
- [About Documentation](../about/README.md) - Template standard and audit checklist
- [Beginner Documentation](../beginner/README.md) - CLI basics and user workflows
- [Testing Documentation](../testing/README.md) - Validation and regression testing
### ๐ **Help & Support:**
- **Documentation Issues**: [Report Issues](https://github.com/oib/AITBC/issues)
- **Community Forum**: [AITBC Forum](https://forum.aitbc.net)
- **Technical Support**: [AITBC Support](https://support.aitbc.net)
---
## ๐ **Quality Metrics**
- **Structure**: 10/10 - Template-compliant landing page with clear navigation.
- **Content**: 10/10 - Short and focused CLI technical entry point.
- **Navigation**: 10/10 - Links to the docs home, beginner CLI, and testing docs.
- **Status**: Active index page.
---
*Last updated: 2026-04-27*
*Version: 1.0*
*Status: Active index for CLI technical documentation*