genblaze 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,76 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ *.so
6
+
7
+ # Distribution / packaging
8
+ dist/
9
+ build/
10
+ *.egg-info/
11
+ *.egg
12
+ wheels/
13
+ /MANIFEST
14
+
15
+ # Virtual environments
16
+ .venv/
17
+ venv/
18
+ env/
19
+ ENV/
20
+
21
+ # IDE / editors
22
+ .vscode/
23
+ .idea/
24
+ *.swp
25
+ *.swo
26
+ *~
27
+ .project
28
+ .settings/
29
+
30
+ # Testing / coverage
31
+ .pytest_cache/
32
+ .coverage
33
+ .coverage.*
34
+ htmlcov/
35
+ coverage.xml
36
+ *.cover
37
+
38
+ # Type checking
39
+ .mypy_cache/
40
+ .pytype/
41
+ .pyre/
42
+
43
+ # Linting
44
+ .ruff_cache/
45
+
46
+ # OS files
47
+ .DS_Store
48
+ Thumbs.db
49
+ ehthumbs.db
50
+
51
+ # Environment / secrets
52
+ .env
53
+ .env.*
54
+ !.env.example
55
+ *.pem
56
+ *.key
57
+ credentials.json
58
+
59
+ # Jupyter
60
+ .ipynb_checkpoints/
61
+
62
+ # MkDocs build output
63
+ site/
64
+
65
+ # Claude Code — local/ephemeral
66
+ .claude/settings.local.json
67
+ .claude/worktrees/
68
+ CLAUDE.local.md
69
+
70
+ # Hypothesis test cache
71
+ .hypothesis/
72
+
73
+ # Temp files
74
+ *.tmp
75
+ *.bak
76
+ *.log
@@ -0,0 +1,122 @@
1
+ Metadata-Version: 2.4
2
+ Name: genblaze
3
+ Version: 0.2.3
4
+ Summary: Umbrella metapackage for genblaze — installs genblaze-core + genblaze-s3 by default; use extras for provider bundles
5
+ Project-URL: Homepage, https://github.com/backblaze-labs/genblaze
6
+ Project-URL: Documentation, https://github.com/backblaze-labs/genblaze
7
+ Project-URL: Repository, https://github.com/backblaze-labs/genblaze
8
+ Project-URL: Changelog, https://github.com/backblaze-labs/genblaze/blob/main/CHANGELOG.md
9
+ Project-URL: Issues, https://github.com/backblaze-labs/genblaze/issues
10
+ Author-email: Jeronimo De Leon <jdeleon@backblaze.com>
11
+ License-Expression: MIT
12
+ Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Multimedia
19
+ Classifier: Topic :: Software Development :: Libraries
20
+ Requires-Python: >=3.11
21
+ Requires-Dist: genblaze-core<0.3,>=0.2.2
22
+ Requires-Dist: genblaze-s3<0.3,>=0.2.3
23
+ Provides-Extra: all
24
+ Requires-Dist: genblaze-decart<0.3,>=0.2.1; extra == 'all'
25
+ Requires-Dist: genblaze-elevenlabs<0.3,>=0.2.1; extra == 'all'
26
+ Requires-Dist: genblaze-gmicloud<0.3,>=0.2.2; extra == 'all'
27
+ Requires-Dist: genblaze-google<0.3,>=0.2.1; extra == 'all'
28
+ Requires-Dist: genblaze-langsmith<0.3,>=0.2.1; extra == 'all'
29
+ Requires-Dist: genblaze-lmnt<0.3,>=0.2.1; extra == 'all'
30
+ Requires-Dist: genblaze-luma<0.3,>=0.2.1; extra == 'all'
31
+ Requires-Dist: genblaze-openai<0.3,>=0.2.1; extra == 'all'
32
+ Requires-Dist: genblaze-replicate<0.3,>=0.2.1; extra == 'all'
33
+ Requires-Dist: genblaze-runway<0.3,>=0.2.1; extra == 'all'
34
+ Requires-Dist: genblaze-stability-audio<0.3,>=0.2.1; extra == 'all'
35
+ Provides-Extra: audio
36
+ Requires-Dist: genblaze-elevenlabs<0.3,>=0.2.1; extra == 'audio'
37
+ Requires-Dist: genblaze-gmicloud<0.3,>=0.2.2; extra == 'audio'
38
+ Requires-Dist: genblaze-lmnt<0.3,>=0.2.1; extra == 'audio'
39
+ Requires-Dist: genblaze-stability-audio<0.3,>=0.2.1; extra == 'audio'
40
+ Provides-Extra: decart
41
+ Requires-Dist: genblaze-decart<0.3,>=0.2.1; extra == 'decart'
42
+ Provides-Extra: elevenlabs
43
+ Requires-Dist: genblaze-elevenlabs<0.3,>=0.2.1; extra == 'elevenlabs'
44
+ Provides-Extra: gmicloud
45
+ Requires-Dist: genblaze-gmicloud<0.3,>=0.2.2; extra == 'gmicloud'
46
+ Provides-Extra: google
47
+ Requires-Dist: genblaze-google<0.3,>=0.2.1; extra == 'google'
48
+ Provides-Extra: image
49
+ Requires-Dist: genblaze-gmicloud<0.3,>=0.2.2; extra == 'image'
50
+ Requires-Dist: genblaze-google<0.3,>=0.2.1; extra == 'image'
51
+ Requires-Dist: genblaze-openai<0.3,>=0.2.1; extra == 'image'
52
+ Provides-Extra: langsmith
53
+ Requires-Dist: genblaze-langsmith<0.3,>=0.2.1; extra == 'langsmith'
54
+ Provides-Extra: lmnt
55
+ Requires-Dist: genblaze-lmnt<0.3,>=0.2.1; extra == 'lmnt'
56
+ Provides-Extra: luma
57
+ Requires-Dist: genblaze-luma<0.3,>=0.2.1; extra == 'luma'
58
+ Provides-Extra: openai
59
+ Requires-Dist: genblaze-openai<0.3,>=0.2.1; extra == 'openai'
60
+ Provides-Extra: replicate
61
+ Requires-Dist: genblaze-replicate<0.3,>=0.2.1; extra == 'replicate'
62
+ Provides-Extra: runway
63
+ Requires-Dist: genblaze-runway<0.3,>=0.2.1; extra == 'runway'
64
+ Provides-Extra: stability-audio
65
+ Requires-Dist: genblaze-stability-audio<0.3,>=0.2.1; extra == 'stability-audio'
66
+ Provides-Extra: video
67
+ Requires-Dist: genblaze-decart<0.3,>=0.2.1; extra == 'video'
68
+ Requires-Dist: genblaze-gmicloud<0.3,>=0.2.2; extra == 'video'
69
+ Requires-Dist: genblaze-google<0.3,>=0.2.1; extra == 'video'
70
+ Requires-Dist: genblaze-luma<0.3,>=0.2.1; extra == 'video'
71
+ Requires-Dist: genblaze-runway<0.3,>=0.2.1; extra == 'video'
72
+ Description-Content-Type: text/markdown
73
+
74
+ <!-- last_verified: 2026-04-23 -->
75
+ # genblaze
76
+
77
+ Umbrella metapackage for genblaze — a provider-agnostic SDK for AI media generation with built-in provenance (manifests, SHA-256 hashing, B2/S3 durable storage).
78
+
79
+ This package installs `genblaze-core` and `genblaze-s3` by default so `pip install genblaze` gives you a working pipeline that can persist runs to a Backblaze B2 (or any S3-compatible) bucket out of the box. Provider adapters are opt-in via extras so you only pull what you use.
80
+
81
+ ## Install
82
+
83
+ ```bash
84
+ # Core + B2/S3 storage
85
+ pip install genblaze
86
+
87
+ # Add a provider
88
+ pip install "genblaze[gmicloud]"
89
+ pip install "genblaze[openai,google]"
90
+
91
+ # Curated bundles
92
+ pip install "genblaze[video]" # GMICloud + Google + Runway + Luma + Decart
93
+ pip install "genblaze[image]" # GMICloud + OpenAI + Google
94
+ pip install "genblaze[audio]" # ElevenLabs + LMNT + Stability Audio + GMICloud
95
+
96
+ # Everything
97
+ pip install "genblaze[all]"
98
+ ```
99
+
100
+ ## Import
101
+
102
+ The Python import name is `genblaze_core` (underscore, not hyphen):
103
+
104
+ ```python
105
+ from genblaze_core import Pipeline
106
+ from genblaze_core.storage import ObjectStorageSink
107
+ ```
108
+
109
+ See the [main repo README](https://github.com/backblaze-labs/genblaze#readme) for a complete package-to-import mapping and quickstart.
110
+
111
+ ## What's inside
112
+
113
+ - `genblaze-core` — pipeline orchestration, manifests, models, storage abstractions
114
+ - `genblaze-s3` — S3-compatible storage backend with first-class Backblaze B2 support
115
+
116
+ Each provider adapter (GMICloud, OpenAI, Google, etc.) is its own installable package to keep base installs lightweight. Install only the ones you need.
117
+
118
+ ## Links
119
+
120
+ - Main repo: https://github.com/backblaze-labs/genblaze
121
+ - Documentation: https://github.com/backblaze-labs/genblaze#readme
122
+ - Issues: https://github.com/backblaze-labs/genblaze/issues
@@ -0,0 +1,49 @@
1
+ <!-- last_verified: 2026-04-23 -->
2
+ # genblaze
3
+
4
+ Umbrella metapackage for genblaze — a provider-agnostic SDK for AI media generation with built-in provenance (manifests, SHA-256 hashing, B2/S3 durable storage).
5
+
6
+ This package installs `genblaze-core` and `genblaze-s3` by default so `pip install genblaze` gives you a working pipeline that can persist runs to a Backblaze B2 (or any S3-compatible) bucket out of the box. Provider adapters are opt-in via extras so you only pull what you use.
7
+
8
+ ## Install
9
+
10
+ ```bash
11
+ # Core + B2/S3 storage
12
+ pip install genblaze
13
+
14
+ # Add a provider
15
+ pip install "genblaze[gmicloud]"
16
+ pip install "genblaze[openai,google]"
17
+
18
+ # Curated bundles
19
+ pip install "genblaze[video]" # GMICloud + Google + Runway + Luma + Decart
20
+ pip install "genblaze[image]" # GMICloud + OpenAI + Google
21
+ pip install "genblaze[audio]" # ElevenLabs + LMNT + Stability Audio + GMICloud
22
+
23
+ # Everything
24
+ pip install "genblaze[all]"
25
+ ```
26
+
27
+ ## Import
28
+
29
+ The Python import name is `genblaze_core` (underscore, not hyphen):
30
+
31
+ ```python
32
+ from genblaze_core import Pipeline
33
+ from genblaze_core.storage import ObjectStorageSink
34
+ ```
35
+
36
+ See the [main repo README](https://github.com/backblaze-labs/genblaze#readme) for a complete package-to-import mapping and quickstart.
37
+
38
+ ## What's inside
39
+
40
+ - `genblaze-core` — pipeline orchestration, manifests, models, storage abstractions
41
+ - `genblaze-s3` — S3-compatible storage backend with first-class Backblaze B2 support
42
+
43
+ Each provider adapter (GMICloud, OpenAI, Google, etc.) is its own installable package to keep base installs lightweight. Install only the ones you need.
44
+
45
+ ## Links
46
+
47
+ - Main repo: https://github.com/backblaze-labs/genblaze
48
+ - Documentation: https://github.com/backblaze-labs/genblaze#readme
49
+ - Issues: https://github.com/backblaze-labs/genblaze/issues
@@ -0,0 +1,84 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "genblaze"
7
+ version = "0.2.3"
8
+ description = "Umbrella metapackage for genblaze — installs genblaze-core + genblaze-s3 by default; use extras for provider bundles"
9
+ authors = [{name = "Jeronimo De Leon", email = "jdeleon@backblaze.com"}]
10
+ readme = "README.md"
11
+ requires-python = ">=3.11"
12
+ license = "MIT"
13
+ classifiers = [
14
+ "Development Status :: 3 - Alpha",
15
+ "Intended Audience :: Developers",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Programming Language :: Python :: 3.11",
18
+ "Programming Language :: Python :: 3.12",
19
+ "Programming Language :: Python :: 3.13",
20
+ "Topic :: Multimedia",
21
+ "Topic :: Software Development :: Libraries",
22
+ ]
23
+ dependencies = [
24
+ "genblaze-core>=0.2.2,<0.3",
25
+ "genblaze-s3>=0.2.3,<0.3",
26
+ ]
27
+
28
+ [project.urls]
29
+ Homepage = "https://github.com/backblaze-labs/genblaze"
30
+ Documentation = "https://github.com/backblaze-labs/genblaze"
31
+ Repository = "https://github.com/backblaze-labs/genblaze"
32
+ Changelog = "https://github.com/backblaze-labs/genblaze/blob/main/CHANGELOG.md"
33
+ Issues = "https://github.com/backblaze-labs/genblaze/issues"
34
+
35
+ [project.optional-dependencies]
36
+ # Individual connectors
37
+ gmicloud = ["genblaze-gmicloud>=0.2.2,<0.3"]
38
+ openai = ["genblaze-openai>=0.2.1,<0.3"]
39
+ google = ["genblaze-google>=0.2.1,<0.3"]
40
+ replicate = ["genblaze-replicate>=0.2.1,<0.3"]
41
+ runway = ["genblaze-runway>=0.2.1,<0.3"]
42
+ luma = ["genblaze-luma>=0.2.1,<0.3"]
43
+ decart = ["genblaze-decart>=0.2.1,<0.3"]
44
+ elevenlabs = ["genblaze-elevenlabs>=0.2.1,<0.3"]
45
+ stability-audio = ["genblaze-stability-audio>=0.2.1,<0.3"]
46
+ lmnt = ["genblaze-lmnt>=0.2.1,<0.3"]
47
+ langsmith = ["genblaze-langsmith>=0.2.1,<0.3"]
48
+
49
+ # Curated bundles
50
+ video = [
51
+ "genblaze-gmicloud>=0.2.2,<0.3",
52
+ "genblaze-google>=0.2.1,<0.3",
53
+ "genblaze-runway>=0.2.1,<0.3",
54
+ "genblaze-luma>=0.2.1,<0.3",
55
+ "genblaze-decart>=0.2.1,<0.3",
56
+ ]
57
+ image = [
58
+ "genblaze-gmicloud>=0.2.2,<0.3",
59
+ "genblaze-openai>=0.2.1,<0.3",
60
+ "genblaze-google>=0.2.1,<0.3",
61
+ ]
62
+ audio = [
63
+ "genblaze-elevenlabs>=0.2.1,<0.3",
64
+ "genblaze-lmnt>=0.2.1,<0.3",
65
+ "genblaze-stability-audio>=0.2.1,<0.3",
66
+ "genblaze-gmicloud>=0.2.2,<0.3",
67
+ ]
68
+ all = [
69
+ "genblaze-gmicloud>=0.2.2,<0.3",
70
+ "genblaze-openai>=0.2.1,<0.3",
71
+ "genblaze-google>=0.2.1,<0.3",
72
+ "genblaze-replicate>=0.2.1,<0.3",
73
+ "genblaze-runway>=0.2.1,<0.3",
74
+ "genblaze-luma>=0.2.1,<0.3",
75
+ "genblaze-decart>=0.2.1,<0.3",
76
+ "genblaze-elevenlabs>=0.2.1,<0.3",
77
+ "genblaze-stability-audio>=0.2.1,<0.3",
78
+ "genblaze-lmnt>=0.2.1,<0.3",
79
+ "genblaze-langsmith>=0.2.1,<0.3",
80
+ ]
81
+
82
+ [tool.hatch.build.targets.wheel]
83
+ # Metapackage has no Python code — ship an empty wheel.
84
+ bypass-selection = true