Metadata-Version: 2.4
Name: deforum
Version: 0.2.1
Summary: AI generation protocol and CLI tool
Author-email: Deforum Inc <hello@deforum.io>
License: MIT
Project-URL: Homepage, https://github.com/deforum/core
Project-URL: Repository, https://github.com/deforum/core
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: flux
Requires-Dist: deforum-flux; extra == "flux"
Dynamic: license-file

# Deforum

AI generation protocol and CLI tool.

## Installation

```bash
pip install deforum
```

## Publish
```bash
python -m build
python -m twine upload dist/*
```
