kumiho 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.
kumiho-0.3.0/PKG-INFO ADDED
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.4
2
+ Name: kumiho
3
+ Version: 0.3.0
4
+ Summary: Python SDK for Kumiho Cloud - Graph-native creative & AI asset management
5
+ Author-email: Kumiho Clouds <support@kumiho.cloud>
6
+ Maintainer-email: Kumiho Clouds <support@kumiho.cloud>
7
+ Project-URL: Homepage, https://kumiho.io
8
+ Project-URL: Documentation, https://docs.kumiho.io
9
+ Project-URL: Repository, https://github.com/kumihoclouds/kumiho-python
10
+ Project-URL: Changelog, https://github.com/kumihoclouds/kumiho-python/blob/main/CHANGELOG.md
11
+ Project-URL: Issues, https://github.com/kumihoclouds/kumiho-python/issues
12
+ Keywords: kumiho,asset-management,version-control,graph-database,vfx,creative,ai-assets,lineage,neo4j,mcp,model-context-protocol
13
+ Classifier: Development Status :: 4 - Beta
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Intended Audience :: Science/Research
16
+ Classifier: License :: OSI Approved :: Apache Software License
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Topic :: Multimedia :: Graphics
23
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
24
+ Classifier: Topic :: Software Development :: Version Control
25
+ Classifier: Typing :: Typed
26
+ Requires-Python: >=3.10
27
+ Description-Content-Type: text/markdown
28
+ Requires-Dist: grpcio>=1.76.0
29
+ Requires-Dist: grpcio-tools>=1.76.0
30
+ Requires-Dist: protobuf>=6.31.1
31
+ Requires-Dist: requests>=2.31.0
32
+ Provides-Extra: dev
33
+ Requires-Dist: pytest>=8.2.0; extra == "dev"
34
+ Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
35
+ Requires-Dist: mypy>=1.8.0; extra == "dev"
36
+ Requires-Dist: types-requests>=2.31.0; extra == "dev"
37
+ Provides-Extra: docs
38
+ Requires-Dist: sphinx>=7.0.0; extra == "docs"
39
+ Requires-Dist: sphinx-rtd-theme>=2.0.0; extra == "docs"
40
+ Requires-Dist: sphinx-autodoc-typehints>=1.25.0; extra == "docs"
41
+ Requires-Dist: myst-parser>=2.0.0; extra == "docs"
42
+ Provides-Extra: mcp
43
+ Requires-Dist: mcp>=1.0.0; extra == "mcp"
44
+ Requires-Dist: httpx>=0.27.0; extra == "mcp"
45
+ Provides-Extra: all
46
+ Requires-Dist: kumiho[dev,docs,mcp]; extra == "all"