genblaze 0.2.3__py3-none-any.whl

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,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,3 @@
1
+ genblaze-0.2.3.dist-info/METADATA,sha256=u0_hnIT5r3A6BKLI1o9QeKU2D2dxTU3VvaOunoLPI8A,5428
2
+ genblaze-0.2.3.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
3
+ genblaze-0.2.3.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any