prompty 0.1.44__py3-none-any.whl → 0.1.46__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- prompty/py.typed +0 -0
- {prompty-0.1.44.dist-info → prompty-0.1.46.dist-info}/METADATA +4 -1
- {prompty-0.1.44.dist-info → prompty-0.1.46.dist-info}/RECORD +6 -5
- {prompty-0.1.44.dist-info → prompty-0.1.46.dist-info}/WHEEL +0 -0
- {prompty-0.1.44.dist-info → prompty-0.1.46.dist-info}/entry_points.txt +0 -0
- {prompty-0.1.44.dist-info → prompty-0.1.46.dist-info}/licenses/LICENSE +0 -0
prompty/py.typed
ADDED
File without changes
|
@@ -1,9 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: prompty
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.46
|
4
4
|
Summary: Prompty is a new asset class and format for LLM prompts that aims to provide observability, understandability, and portability for developers. It includes spec, tooling, and a runtime. This Prompty runtime supports Python
|
5
5
|
Author-Email: Seth Juarez <seth.juarez@microsoft.com>
|
6
6
|
License: MIT
|
7
|
+
Project-URL: Repository, https://github.com/Microsoft/prompty
|
8
|
+
Project-URL: Documentation, https://prompty.ai/docs
|
9
|
+
Project-URL: Issues, https://github.com/microsoft/prompty/issues
|
7
10
|
Requires-Python: >=3.9
|
8
11
|
Requires-Dist: pyyaml>=6.0.1
|
9
12
|
Requires-Dist: pydantic>=2.8.2
|
@@ -1,7 +1,7 @@
|
|
1
|
-
prompty-0.1.
|
2
|
-
prompty-0.1.
|
3
|
-
prompty-0.1.
|
4
|
-
prompty-0.1.
|
1
|
+
prompty-0.1.46.dist-info/METADATA,sha256=xvJx0DC0NsaKf5yFMC06kaQVp7NMa74LKQTGOwW6_U0,9343
|
2
|
+
prompty-0.1.46.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
prompty-0.1.46.dist-info/entry_points.txt,sha256=a3i7Kvf--3DOkkv9VQpstwaNKgsnXwDGaPL18lPpKeI,60
|
4
|
+
prompty-0.1.46.dist-info/licenses/LICENSE,sha256=KWSC4z9cfML_t0xThoQYjzTdcZQj86Y_mhXdatzU-KM,1052
|
5
5
|
prompty/__init__.py,sha256=geIhhprDhbqqkj5jQhy3Nv_b83T38VhleEUfB7Xkd4U,16861
|
6
6
|
prompty/azure/__init__.py,sha256=zBxzOMQCwtiz2CsI8gNWzr7T2ZJHF3TZNIUtvfuaEQI,309
|
7
7
|
prompty/azure/executor.py,sha256=UaojJ4aUObdGvR-aBRRSntrFJZynvZ0Q1z8j2XHyc3I,9269
|
@@ -15,10 +15,11 @@ prompty/openai/__init__.py,sha256=aRdXZ5pL4tURFqRwVX7gNdVy3PPWE6BvUbK1o73AqQc,30
|
|
15
15
|
prompty/openai/executor.py,sha256=v5K8kDpGUsbtTpCb1hOVxPt7twX2p-a5yL2iC3Xm8TQ,3752
|
16
16
|
prompty/openai/processor.py,sha256=X6yfSlHoTgXxCfGvUwADACjNtzLMNumcn0SX3U4T9as,2542
|
17
17
|
prompty/parsers.py,sha256=ptET4j8Rf55Ob0uOx6A41nlQ6cwo1CHRytSjeMIp6JE,5083
|
18
|
+
prompty/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
19
|
prompty/renderers.py,sha256=UMgJOjcAWd8LXX1ynXEdT4i9bqEAaJkeFp6KOD74lqU,1453
|
19
20
|
prompty/serverless/__init__.py,sha256=ILtbqhy6E-wWodbnq-_aftruTGk1Z0EI9zURFH4FECM,297
|
20
21
|
prompty/serverless/executor.py,sha256=QZXeFTXv_aT22rbBBgBFLtdAJqGp4W8GS3H3Rtoy8bE,8936
|
21
22
|
prompty/serverless/processor.py,sha256=d42MalWRf8RUpHRiueqAPAj_nGmJSMUE2yL-Tgxrss4,3754
|
22
23
|
prompty/tracer.py,sha256=jM2nQ7Cb-tSb7wog9w9QzhmB1IGwYb0B0-TBClZOn_A,11980
|
23
24
|
prompty/utils.py,sha256=P9nW0QfY1F5PM4pLxsFVlnul1BaRBatmvC2tpqydPKQ,2836
|
24
|
-
prompty-0.1.
|
25
|
+
prompty-0.1.46.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|