A tool to declaratively generate multimedia assets using Kubernetes-like YAML files.
Project description
KubeGen
KubeGen 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
This project is in the planning phase. See PLAN.md for the development roadmap.
Usage (Planned)
kubegen apply -f etc/sample_story.yaml
Project Structure
kubegen/
├─── .gitignore
├─── AI_REASONING.md
├─── GEMINI.md
├─── justfile
├─── PLAN.md
├─── pyproject.toml
├─── README.md
├─── uv.lock
├─── etc/
│ └─── sample_story.yaml
├─── src/
│ └─── kubegen/
│ ├─── __init__.py
│ ├─── cli.py
│ ├─── engine.py
│ ├─── parser.py
│ └─── kinds/
│ ├─── base.py
│ ├─── image.py
│ ├─── text.py
│ └─── video.py
└─── tests/
├─── test_parser.py
└─── test_engine.py
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.1.0.tar.gz.
File metadata
- Download URL: geniectl-0.1.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed1341a4785a9c7e07a51ac5439f23f52fb9e01d44cc36b072ba2e3cbe5292a8
|
|
| MD5 |
986ff991a46044764852c50a4b7d0734
|
|
| BLAKE2b-256 |
55bd90cb079a68d23182e3cce9118c210e2da73760328960ae598b9abdcf250a
|
File details
Details for the file geniectl-0.1.0-py3-none-any.whl.
File metadata
- Download URL: geniectl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 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 |
b0e552eb24e752eb8c66f197ed282fab60dc8ba9500d7065c3af1fef487ce6ea
|
|
| MD5 |
13b586847e83f15eefbd74bdccca198c
|
|
| BLAKE2b-256 |
e8676eee8f6d33084d37f8ab492c19a12b6cecd7a0952800cc26a5263b559ffa
|