pdrift 0.0.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.
- pdrift/__init__.py +1 -0
- pdrift-0.0.1.dist-info/METADATA +19 -0
- pdrift-0.0.1.dist-info/RECORD +4 -0
- pdrift-0.0.1.dist-info/WHEEL +4 -0
pdrift/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pdrift
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Snapshot regression testing for LLM prompts - catch prompt drift before production. Under active development.
|
|
5
|
+
Author: Mithun
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
\# pdrift
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
Snapshot regression testing for LLM prompts. Change a prompt or model, instantly see which outputs changed meaningfully - like jest snapshots + git diff for LLMs.
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
v0.0.1 is a placeholder - first working release coming soon.
|
|
19
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
pdrift/__init__.py,sha256=KCeOBRUgcYfuCN0kO7Tuv-EZVJ7gLWBzywfovOvG5qk,24
|
|
2
|
+
pdrift-0.0.1.dist-info/METADATA,sha256=3ti2nt6q7m6t4VxbtxWbeSXTTInp8bN1Uw5ZS-kaPJQ,514
|
|
3
|
+
pdrift-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
pdrift-0.0.1.dist-info/RECORD,,
|