alloyai-client 0.1.0__py3-none-any.whl → 0.1.2__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.
@@ -1,4 +1,4 @@
1
- from .alloy_client import AlloyClient, AlloyClientError
1
+ from .alloyai_client import AlloyClient, AlloyClientError
2
2
  from .types import ChatResponse, JsonSchemaValue, Message, Tool
3
3
 
4
4
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alloyai-client
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Python client for the Alloy server
5
5
  License: MIT License
6
6
 
@@ -38,7 +38,7 @@ A lightweight Python client for the Alloy server.
38
38
  ## Install
39
39
 
40
40
  ```bash
41
- pip install alloy-client
41
+ pip install alloyai-client
42
42
  ```
43
43
 
44
44
  For local development:
@@ -0,0 +1,8 @@
1
+ alloyai_client/__init__.py,sha256=QXDHjpMQ0qZkrjODZgCbrQ27XFLHaLro7dTuURd3_PI,250
2
+ alloyai_client/alloyai_client.py,sha256=5efrnQL2-vp1Vhain7W-Sylj4nYk-jNj9gp5fwC0uqU,6916
3
+ alloyai_client/types.py,sha256=W4hj2tUwwMWlkEV9D7p60DAJMyAdnEOKVf4LCxwS4wU,6390
4
+ alloyai_client-0.1.2.dist-info/licenses/LICENSE,sha256=SAwc119ZCsRjxVu0qvjeRQEENDLW4sl0suNPdyOIbns,1075
5
+ alloyai_client-0.1.2.dist-info/METADATA,sha256=jbGITHXe7qmyTgNry4IAf-XJo8Vmdda2aB--B_yRDS4,2604
6
+ alloyai_client-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
+ alloyai_client-0.1.2.dist-info/top_level.txt,sha256=oM1nqpgWdx1ZT5ydfq5Stea7wfXSGeuFgFUb92IoP1M,15
8
+ alloyai_client-0.1.2.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ alloyai_client
@@ -1,8 +0,0 @@
1
- alloy_client/__init__.py,sha256=Ni3bePA04S27k8rMeLnFvpCXds3gGhZbeiwuBZL3LsI,248
2
- alloy_client/alloy_client.py,sha256=5efrnQL2-vp1Vhain7W-Sylj4nYk-jNj9gp5fwC0uqU,6916
3
- alloy_client/types.py,sha256=W4hj2tUwwMWlkEV9D7p60DAJMyAdnEOKVf4LCxwS4wU,6390
4
- alloyai_client-0.1.0.dist-info/licenses/LICENSE,sha256=SAwc119ZCsRjxVu0qvjeRQEENDLW4sl0suNPdyOIbns,1075
5
- alloyai_client-0.1.0.dist-info/METADATA,sha256=0wbbInmXaTDc5pcMSs6gCraOjqZRrXldpV4ZSlpgaCc,2602
6
- alloyai_client-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
- alloyai_client-0.1.0.dist-info/top_level.txt,sha256=oxo1wys8I9qVDcIS4NQ0-5ctfP4X0qvMxhCkDa2SyuU,13
8
- alloyai_client-0.1.0.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- alloy_client
File without changes