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*