genblaze-cli 0.2.0__tar.gz → 0.3.0__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.
@@ -1,19 +1,26 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: genblaze-cli
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: CLI for genblaze manifest operations
5
5
  Project-URL: Homepage, https://github.com/backblaze-labs/genblaze
6
+ Project-URL: Documentation, https://github.com/backblaze-labs/genblaze#readme
6
7
  Project-URL: Repository, https://github.com/backblaze-labs/genblaze
7
8
  Project-URL: Changelog, https://github.com/backblaze-labs/genblaze/blob/main/CHANGELOG.md
8
9
  Project-URL: Issues, https://github.com/backblaze-labs/genblaze/issues
9
10
  Author-email: Jeronimo De Leon <jdeleon@backblaze.com>
10
11
  License-Expression: MIT
12
+ Keywords: ai,c2pa-ready,cli,command-line,genai,genblaze,manifest,media,pipeline,provenance
11
13
  Classifier: Development Status :: 3 - Alpha
12
14
  Classifier: Environment :: Console
13
15
  Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Topic :: Multimedia
20
+ Classifier: Topic :: Software Development :: Libraries
14
21
  Requires-Python: >=3.11
15
22
  Requires-Dist: click>=8.0
16
- Requires-Dist: genblaze-core<0.3,>=0.2.0
23
+ Requires-Dist: genblaze-core<0.4,>=0.2.0
17
24
  Provides-Extra: dev
18
25
  Requires-Dist: pillow>=10.0; extra == 'dev'
19
26
  Requires-Dist: pytest>=7.0; extra == 'dev'
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "genblaze-cli"
7
- version = "0.2.0"
7
+ version = "0.3.0"
8
8
  description = "CLI for genblaze manifest operations"
9
9
  authors = [{name = "Jeronimo De Leon", email = "jdeleon@backblaze.com"}]
10
10
  readme = "README.md"
@@ -14,14 +14,22 @@ classifiers = [
14
14
  "Development Status :: 3 - Alpha",
15
15
  "License :: OSI Approved :: MIT License",
16
16
  "Environment :: Console",
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",
17
22
  ]
23
+ keywords = ["genblaze", "ai", "media", "manifest", "provenance", "c2pa-ready", "genai", "pipeline", "cli", "command-line"]
24
+
18
25
  dependencies = [
19
- "genblaze-core>=0.2.0,<0.3",
26
+ "genblaze-core>=0.2.0,<0.4",
20
27
  "click>=8.0",
21
28
  ]
22
29
 
23
30
  [project.urls]
24
31
  Homepage = "https://github.com/backblaze-labs/genblaze"
32
+ Documentation = "https://github.com/backblaze-labs/genblaze#readme"
25
33
  Repository = "https://github.com/backblaze-labs/genblaze"
26
34
  Changelog = "https://github.com/backblaze-labs/genblaze/blob/main/CHANGELOG.md"
27
35
  Issues = "https://github.com/backblaze-labs/genblaze/issues"
File without changes
File without changes