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 ADDED
@@ -0,0 +1,6 @@
1
+ from .hello import hello
2
+
3
+ name: str = "divi"
4
+
5
+ __version__ = "0.0.1.dev0"
6
+ __all__ = ["hello"]
divi/hello.py ADDED
@@ -0,0 +1,6 @@
1
+ def hello():
2
+ print("Hello from divine-agent!")
3
+
4
+
5
+ if __name__ == "__main__":
6
+ hello()
@@ -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,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any