A tool to declaratively generate multimedia assets using Kubernetes-like YAML files.
Project description
Genie-CTL (geniectl)
Genie-CTL is a command-line tool that uses Kubernetes-like YAML manifests to declaratively define, generate, and manage complex multimedia assets. It orchestrates calls to various generative APIs, handles dependencies between assets, and ensures that generation is idempotent.
Vision
The primary goal is to provide a reproducible and version-controllable way to create creative assets like storyboards, videos with soundtracks, illustrated articles, and more.
Getting Started
See PLAN.md for the development roadmap.
To install dependencies:
just install
Usage
genectl apply -f etc/sample_story.yaml
Project Structure
geniectl/
├─── .gitignore
├─── AI_REASONING.md
├─── GEMINI.md
├─── justfile
├─── PLAN.md
├─── pyproject.toml
├─── README.md
├─── uv.lock
├─── etc/
│ └─── sample_story.yaml
├─── src/
│ └─── geniectl/
│ ├─── __init__.py
│ ├─── cli.py
│ ├─── engine.py
│ ├─── parser.py
│ └─── kinds/
│ ├─── base.py
│ ├─── image.py
│ ├─── text.py
│ └─── video.py
└─── tests/
├─── test_parser.py
└─── test_engine.py
Library: https://pypi.org/project/geniectl/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geniectl-0.2.0.tar.gz.
File metadata
- Download URL: geniectl-0.2.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97bd31d4068712ee3c509fb6b378390b9ed59e85511fd85be815d2cebd031042
|
|
| MD5 |
1d4f8632dddacf04064077a49ffdc211
|
|
| BLAKE2b-256 |
1973be012414ee8fca904d5060de53012ddd99b47d2ae25e2ba6ce5595e40c97
|
File details
Details for the file geniectl-0.2.0-py3-none-any.whl.
File metadata
- Download URL: geniectl-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80b6a3e0825700eeba4ec612c31e247eaa43fd462b0a2f83cc3ade2dcc3a71ab
|
|
| MD5 |
e683f453adb030efed781410f1bcad5f
|
|
| BLAKE2b-256 |
5beb56b21c34c9d5a46e048a1ef9288efac955d0c6c0458b5eb36962d8b7fa46
|