Metadata-Version: 2.3
Name: airpilot
Version: 0.8.9
Summary: Universal Intelligence Control
Keywords: ai,assistant,rules,management,vscode,cli,configuration
Author: Shane Holloman
Author-email: Shane Holloman <shaneholloman@gmail.com>
License: Elastic-2.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: ty ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: pytest>=7.0.0 ; extra == 'dev'
Maintainer: Shane Holloman
Maintainer-email: Shane Holloman <shaneholloman@gmail.com>
Requires-Python: >=3.8
Project-URL: Homepage, https://github.com/shaneholloman/airpilot
Project-URL: Issues, https://github.com/shaneholloman/airpilot/issues
Project-URL: Repository, https://github.com/shaneholloman/airpilot.git
Provides-Extra: dev
Description-Content-Type: text/markdown

# AirPilot Python CLI

> Universal Intelligence Control Platform - Python CLI Component

This is the Python command-line interface component of AirPilot, providing programmatic access and automation for AI assistant configurations.

## Overview

AirPilot introduces `.air` as the universal configuration format for all AI coding assistants, eliminating vendor-specific chaos with one universal standard.

## Documentation

**Complete documentation, features, and setup instructions are available in the main AirPilot repository:**

**[AirPilot Documentation](https://github.com/shaneholloman/airpilot)**

## Development

This component is managed as a Git subtree from the main AirPilot repository.

## Distribution

Available on [PyPI](https://pypi.org/user/shaneholloman/)

```sh
uv tool install airpilot
```

## License

This project is licensed under the Elastic License 2.0 - see the [LICENSE](https://github.com/shaneholloman/airpilot/blob/main/LICENSE.md) file for details.
