Metadata-Version: 2.4
Name: cerebrium
Version: 2.1.1b8
Summary: CLI for deploying and managing Cerebrium apps
Author-email: Cerebrium AI <support@cerebrium.ai>
License: MIT
Project-URL: Documentation, https://docs.cerebrium.ai/
Project-URL: Repository, https://github.com/CerebriumAI/cerebrium
Project-URL: Issues, https://github.com/CerebriumAI/cerebrium/issues
Project-URL: Changelog, https://github.com/CerebriumAI/cerebrium/releases
Keywords: cerebrium,cli,deployment,ai,ml,machine-learning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Cerebrium CLI

Official Python package for the Cerebrium CLI - deploy and manage AI applications with ease.

## Installation

```bash
pip install cerebrium
```

This will download and install the appropriate Cerebrium CLI binary for your platform.

## Quick Start

```bash
# Login to Cerebrium
cerebrium login

# Initialize a new project
cerebrium init my-app

# Deploy your application
cerebrium deploy
```

## About

This Python package is a wrapper that downloads and manages the Cerebrium Go CLI binary. On first run, it will:

1. Detect your operating system and architecture
2. Download the appropriate pre-compiled binary from GitHub releases
3. Verify checksums for security
4. Install it to `~/.cerebrium/bin/`

Subsequent runs use the cached binary.

## Supported Platforms

- **macOS**: Intel (x86_64) and Apple Silicon (arm64)
- **Linux**: x86_64 and arm64
- **Windows**: x86_64

## Documentation

For full documentation, visit [docs.cerebrium.ai](https://docs.cerebrium.ai)

## Support

- GitHub Issues: [github.com/CerebriumAI/cerebrium/issues](https://github.com/CerebriumAI/cerebrium/issues)
- Email: support@cerebrium.ai

## License

MIT License - see [LICENSE](https://github.com/CerebriumAI/cerebrium/blob/main/LICENSE) for details.
