Metadata-Version: 2.4
Name: airpilot
Version: 0.8.7
Summary: Universal Intelligence Control
Project-URL: Homepage, https://github.com/shaneholloman/airpilot
Project-URL: Repository, https://github.com/shaneholloman/airpilot.git
Project-URL: Issues, https://github.com/shaneholloman/airpilot/issues
Author-email: Shane Holloman <shaneholloman@gmail.com>
Maintainer-email: Shane Holloman <shaneholloman@gmail.com>
License: Elastic-2.0
Keywords: ai,assistant,cli,configuration,management,rules,vscode
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-Python: >=3.8
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; 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.
