Some checks failed
CLI Tests / test-cli (push) Failing after 3s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m18s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Security Scanning / security-scan (push) Successful in 36s
- Reduced requires.txt from 58 dependencies to 5 core packages (click, pydantic, pyyaml, requests, rich) - Removed heavy dependencies: fastapi, uvicorn, sqlalchemy, web3, pandas, numpy, opencv, redis, tenseal - Updated PKG-INFO with expanded technical documentation including navigation, quick start, and quality metrics - Added aitbc_cli package modules to SOURCES.txt (config, auth, commands, utils subdirs) - Reorganized top_level.txt to include aitbc
120 lines
3.8 KiB
Plaintext
120 lines
3.8 KiB
Plaintext
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<br>
|
|
**Prerequisites**: Basic CLI familiarity, shell usage, and AITBC project context<br>
|
|
**Estimated Time**: 10-15 minutes<br>
|
|
**Last Updated**: 2026-04-27<br>
|
|
**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*<br>
|
|
*Version: 1.0*<br>
|
|
*Status: Active index for CLI technical documentation*
|