divi 0.0.1.dev0__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.
- divi/__init__.py +6 -0
- divi/hello.py +6 -0
- divi-0.0.1.dev0.dist-info/METADATA +19 -0
- divi-0.0.1.dev0.dist-info/RECORD +5 -0
- divi-0.0.1.dev0.dist-info/WHEEL +4 -0
divi/__init__.py
ADDED
divi/hello.py
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: divi
|
3
|
+
Version: 0.0.1.dev0
|
4
|
+
Summary: The Agent Platform for Observability & Evaluation
|
5
|
+
Requires-Python: >=3.11
|
6
|
+
Description-Content-Type: text/markdown
|
7
|
+
|
8
|
+
# SDK
|
9
|
+
|
10
|
+
> Python SDK for Divine Agent
|
11
|
+
|
12
|
+
## Version
|
13
|
+
|
14
|
+
Use `hatch` to manage the version of the SDK, follow the progression in [supported segments](https://hatch.pypa.io/latest/version/#supported-segments)
|
15
|
+
|
16
|
+
## Thanks
|
17
|
+
|
18
|
+
1. [uv](https://github.com/astral-sh/uv): An extremely fast Python package and project manager, written in Rust.
|
19
|
+
2. [hatch](https://github.com/pypa/hatch): Hatch is a modern, extensible Python project manager.
|
@@ -0,0 +1,5 @@
|
|
1
|
+
divi/__init__.py,sha256=q0MFp_9IarnNwKmPXqIsym2glyxwDg_KrcgOEMpxpYQ,93
|
2
|
+
divi/hello.py,sha256=wMV7kaInsn9slGGrsuRhV_b1Xd7-ey53ZOY4vyIQuAw,92
|
3
|
+
divi-0.0.1.dev0.dist-info/METADATA,sha256=ptw3iXFWm9HBgG0aQgh-rotFdVqNBxJPifCpnoUnC9o,600
|
4
|
+
divi-0.0.1.dev0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
divi-0.0.1.dev0.dist-info/RECORD,,
|