Build-tool for bulk-generating AI images.
Find a file
Konstantin Fickel 53e402b119
feat: scaffold project structure with package dirs and mistralai dependency
- Create bulkgen/ package with __init__.py
- Create bulkgen/providers/ subpackage with __init__.py
- Add mistralai>=1.0.0 to dependencies
- Add [project.scripts] entry point and [build-system] with hatchling
- Add .bulkgen.state.yaml to .gitignore
2026-02-13 20:07:08 +01:00
bulkgen feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
.envrc build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
.gitignore feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
.python-version build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
devenv.lock build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
devenv.nix build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
devenv.yaml build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
main.py build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
pyproject.toml feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
README.md build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
uv.lock feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00