Metadata-Version: 2.4
Name: amacrin
Version: 0.0.1
Summary: Amacrin CLI — deploy and manage OSA archives on the Amacrin cloud platform
Project-URL: Homepage, https://github.com/amacrin-labs/cli
Project-URL: Repository, https://github.com/amacrin-labs/cli
Project-URL: Issues, https://github.com/amacrin-labs/cli/issues
Author-email: Rory Byrne <rory@rory.bio>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: archive,cloud,deployment,scientific-data
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.13
Requires-Dist: httpx>=0.27
Requires-Dist: osa-py>=0.2.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: typer>=0.23.1
Description-Content-Type: text/markdown

# Amacrin CLI

Deploy and manage OSA archives on the Amacrin cloud platform.

## Install

```bash
pip install amacrin
```

## Usage

```bash
amacrin login --token <token>
amacrin deploy
amacrin status
amacrin destroy
```
