Metadata-Version: 2.4
Name: zeon
Version: 1.1.0
Summary: Command-line interface for the Zeon platform.
Author-email: Zeon Team <team@zeonsystems.app>
License-Expression: MIT
Project-URL: Homepage, https://zeonsystems.app
Project-URL: Documentation, https://zeonsystems.app/docs/cli
Project-URL: Repository, https://github.com/ZeonSystems/everything-prototype-containers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.12
Requires-Dist: httpx>=0.27
Requires-Dist: rich>=13
Requires-Dist: tomli>=2.0; python_version < "3.11"
Requires-Dist: python-dotenv>=1.0
Requires-Dist: zeon-project-scaffold>=0.2.0
Dynamic: license-file

# Zeon CLI

The command-line interface for the Zeon platform.

## Installation

```bash
pip install zeon
```

## Features

- **Auth**: Cognito hosted-UI + PKCE browser login.
- **Sync**: Git-style content-addressable synchronization (blob, tree, commit).
- **Projects**: Scaffolding and management.
- **Mesh Database**: Interact with the mesh network.

## Quick Start

```bash
zeon auth login
zeon project list
```

For more details, see the [documentation](https://zeonsystems.app/docs/cli).
