Metadata-Version: 2.4
Name: prime
Version: 0.4.0
Summary: Prime Intellect CLI + SDK
Project-URL: Homepage, https://github.com/PrimeIntellect-ai/prime-cli
Project-URL: Documentation, https://github.com/PrimeIntellect-ai/prime-cli#readme
Project-URL: Repository, https://github.com/PrimeIntellect-ai/prime-cli.git
Project-URL: Changelog, https://github.com/PrimeIntellect-ai/prime-cli/blob/main/CHANGELOG.md
Author-email: Prime Intellect <contact@primeintellect.ai>
License-Expression: MIT
License-File: LICENSE
Keywords: cli,cloud,compute,gpu
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: build>=1.0.0
Requires-Dist: cryptography>=41.0.0
Requires-Dist: prime-sandboxes>=0.1.0
Requires-Dist: rich>=13.3.1
Requires-Dist: toml>=0.10.0
Requires-Dist: typer>=0.9.0
Requires-Dist: verifiers>=0.1.5
Provides-Extra: dev
Requires-Dist: pre-commit>=3.5.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.13.1; extra == 'dev'
Requires-Dist: ty>=0.0.0a6; extra == 'dev'
Requires-Dist: types-toml>=0.10.0; extra == 'dev'
Description-Content-Type: text/markdown

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/40c36e38-c5bd-4c5a-9cb3-f7b902cd155d">
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/6414bc9b-126b-41ca-9307-9e982430cde8">
    <img alt="Prime Intellect" src="https://github.com/user-attachments/assets/6414bc9b-126b-41ca-9307-9e982430cde8" width="312" style="max-width: 100%;">
  </picture>
</p>

---

<h3 align="center">
Prime Intellect CLI & SDKs
</h3>

---

<div align="center">

[![PyPI version](https://img.shields.io/pypi/v/prime?cacheSeconds=60)](https://pypi.org/project/prime/)
[![Python versions](https://img.shields.io/pypi/pyversions/prime?cacheSeconds=60)](https://pypi.org/project/prime/)
[![Downloads](https://img.shields.io/pypi/dm/prime)](https://pypi.org/project/prime/)

Command line interface and SDKs for managing Prime Intellect GPU resources, sandboxes, and environments.
</div>

## Installation

```bash
uv tool install prime
```

Or with pip:
```bash
pip install prime
```

## Quick Start

```bash
# Authenticate
prime login

# List available GPUs
prime availability list

# Create a pod
prime pods create

# SSH into a pod
prime pods ssh <pod-id>
```

## Full Documentation

For complete usage documentation, configuration options, and development setup, see the [main repository README](https://github.com/PrimeIntellect-ai/prime-cli).

## Links

- [Full Documentation](https://github.com/PrimeIntellect-ai/prime-cli)
- [Website](https://primeintellect.ai)
- [Dashboard](https://app.primeintellect.ai)
- [API Docs](https://api.primeintellect.ai/docs)
- [Discord Community](https://discord.gg/primeintellect)
