Metadata-Version: 2.4
Name: tabtabtab
Version: 1.11.0
Summary: CLI to run agents in the cloud. This is the future.
License-File: LICENSE.txt
Keywords: cli,developer-tools,ec2,provisioning
Author: TabTabTab
Author-email: support@tabtabtab.ai
Requires-Python: >=3.12,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Systems Administration
Requires-Dist: click (>=8.1,<9.0)
Requires-Dist: httpx (>=0.27,<0.29)
Requires-Dist: posthog (>=6.7,<7)
Requires-Dist: pydantic (>=2,<3)
Requires-Dist: qrcode (>=8.2,<9.0)
Project-URL: Homepage, https://github.com/tabtabtabai/gv
Project-URL: Repository, https://github.com/tabtabtabai/gv
Description-Content-Type: text/markdown

# tabtabtab CLI

`tabtabtab` is the CLI to run agents in the cloud. This is the future. `ttt` is a short alias.

## Install

```bash
pip install tabtabtab
```

## Usage

```bash
tabtabtab --help
ttt --help
tabtabtab auth login
tabtabtab env create --name myenv
```

For local development and full project documentation, see the repository root `README.md`.

