kailash 0.1.0__py3-none-any.whl → 0.1.1__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.
- kailash/__init__.py +1 -1
- {kailash-0.1.0.dist-info → kailash-0.1.1.dist-info}/METADATA +7 -5
- {kailash-0.1.0.dist-info → kailash-0.1.1.dist-info}/RECORD +7 -7
- {kailash-0.1.0.dist-info → kailash-0.1.1.dist-info}/WHEEL +0 -0
- {kailash-0.1.0.dist-info → kailash-0.1.1.dist-info}/entry_points.txt +0 -0
- {kailash-0.1.0.dist-info → kailash-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {kailash-0.1.0.dist-info → kailash-0.1.1.dist-info}/top_level.txt +0 -0
kailash/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kailash
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: Python SDK for the Kailash container-node architecture
|
5
5
|
Home-page: https://github.com/integrum/kailash-python-sdk
|
6
6
|
Author: Integrum
|
@@ -45,6 +45,7 @@ Requires-Dist: psutil>=7.0.0
|
|
45
45
|
Requires-Dist: fastapi[all]>=0.115.12
|
46
46
|
Requires-Dist: pytest-asyncio>=1.0.0
|
47
47
|
Requires-Dist: pre-commit>=4.2.0
|
48
|
+
Requires-Dist: twine>=6.1.0
|
48
49
|
Provides-Extra: dev
|
49
50
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
50
51
|
Requires-Dist: pytest-cov>=3.0; extra == "dev"
|
@@ -59,7 +60,9 @@ Dynamic: requires-python
|
|
59
60
|
# Kailash Python SDK
|
60
61
|
|
61
62
|
<p align="center">
|
62
|
-
<img src="https://img.shields.io/
|
63
|
+
<a href="https://pypi.org/project/kailash/"><img src="https://img.shields.io/pypi/v/kailash.svg" alt="PyPI version"></a>
|
64
|
+
<a href="https://pypi.org/project/kailash/"><img src="https://img.shields.io/pypi/pyversions/kailash.svg" alt="Python versions"></a>
|
65
|
+
<a href="https://pypi.org/project/kailash/"><img src="https://img.shields.io/pypi/dm/kailash.svg" alt="Downloads"></a>
|
63
66
|
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License">
|
64
67
|
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
|
65
68
|
<img src="https://img.shields.io/badge/tests-544%20passing-brightgreen.svg" alt="Tests: 544 passing">
|
@@ -103,7 +106,7 @@ The Kailash Python SDK is designed for:
|
|
103
106
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
104
107
|
|
105
108
|
# For users: Install from PyPI
|
106
|
-
|
109
|
+
pip install kailash
|
107
110
|
|
108
111
|
# For developers: Clone and sync
|
109
112
|
git clone https://github.com/integrum/kailash-python-sdk.git
|
@@ -200,8 +203,7 @@ results, run_id = runtime.execute(workflow, inputs=inputs)
|
|
200
203
|
| Resource | Description |
|
201
204
|
|----------|-------------|
|
202
205
|
| 📖 [User Guide](docs/user-guide.md) | Comprehensive guide for using the SDK |
|
203
|
-
|
|
204
|
-
| 📋 [API Reference](docs/api/) | Detailed API documentation |
|
206
|
+
| 📋 [API Reference](docs/) | Detailed API documentation |
|
205
207
|
| 🌐 [API Integration Guide](examples/API_INTEGRATION_README.md) | Complete API integration documentation |
|
206
208
|
| 🎓 [Examples](examples/) | Working examples and tutorials |
|
207
209
|
| 🤝 [Contributing](CONTRIBUTING.md) | Contribution guidelines |
|
@@ -1,4 +1,4 @@
|
|
1
|
-
kailash/__init__.py,sha256=
|
1
|
+
kailash/__init__.py,sha256=3OInzbi7yQygfZ_tWqNpEn8l_9WAcYPzjSv-pJdPYiI,902
|
2
2
|
kailash/__main__.py,sha256=vr7TVE5o16V6LsTmRFKG6RDKUXHpIWYdZ6Dok2HkHnI,198
|
3
3
|
kailash/manifest.py,sha256=8H4ObT3qvdV0FQDXYUF49ppbmOvnK1PmmpdC6h5npn8,24892
|
4
4
|
kailash/sdk_exceptions.py,sha256=M5uPnofz0M9YA2e4lyy8LrGOJ0D-wIdIQfp8FudMCGE,6657
|
@@ -61,9 +61,9 @@ kailash/workflow/mock_registry.py,sha256=E-hD3r-DuOcKL4D90hKTEVdKvamsYvh0QY0zGUM
|
|
61
61
|
kailash/workflow/runner.py,sha256=QATm4y7botMoOFltcHe8CreeUlobJX0M5nLHQ9usRgo,10839
|
62
62
|
kailash/workflow/state.py,sha256=3vZkptVfPYqN-Q9aFwO2sUpmy-l1h5vIMVwh67uTwE4,7722
|
63
63
|
kailash/workflow/visualization.py,sha256=gSMT-jaSzQBufV4mDArWVPJj5bpNIxTa_NE796Rm8I8,19536
|
64
|
-
kailash-0.1.
|
65
|
-
kailash-0.1.
|
66
|
-
kailash-0.1.
|
67
|
-
kailash-0.1.
|
68
|
-
kailash-0.1.
|
69
|
-
kailash-0.1.
|
64
|
+
kailash-0.1.1.dist-info/licenses/LICENSE,sha256=Axe6g7bTrJkToK9h9j2SpRUKKNaDZDCo2lQ2zPxCE6s,1065
|
65
|
+
kailash-0.1.1.dist-info/METADATA,sha256=_BBywR8VDkA3gSehmbr_1C0aGdqXHVdCfAs54623EZ4,20519
|
66
|
+
kailash-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
67
|
+
kailash-0.1.1.dist-info/entry_points.txt,sha256=M_q3b8PG5W4XbhSgESzIJjh3_4OBKtZFYFsOdkr2vO4,45
|
68
|
+
kailash-0.1.1.dist-info/top_level.txt,sha256=z7GzH2mxl66498pVf5HKwo5wwfPtt9Aq95uZUpH6JV0,8
|
69
|
+
kailash-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|