airia 0.1.2__py3-none-any.whl → 0.1.3__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airia
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Python SDK for Airia API
5
5
  Author-email: Airia LLC <support@airia.com>
6
6
  License: MIT
@@ -30,6 +30,10 @@ Dynamic: license-file
30
30
 
31
31
  # Airia Python API Library
32
32
 
33
+ [![PyPI version](https://badge.fury.io/py/airia.svg)](https://badge.fury.io/py/airia)
34
+ [![Python versions](https://img.shields.io/pypi/pyversions/airia.svg)](https://pypi.org/project/airia/)
35
+ [![License](https://img.shields.io/pypi/l/airia.svg)](https://pypi.org/project/airia/)
36
+
33
37
  Airia Python API Library that provides a clean and intuitive interface to interact with the Airia AI platform API. The library offers both synchronous and asynchronous clients for maximum flexibility in your applications.
34
38
 
35
39
  ## Features
@@ -43,13 +47,6 @@ Airia Python API Library that provides a clean and intuitive interface to intera
43
47
 
44
48
  ## Installation
45
49
 
46
- Clone the repository:
47
-
48
- ```bash
49
- git clone https://github.com/AiriaLLC/airia-python.git
50
- cd airia-python
51
- ```
52
-
53
50
  You can install the package using pip or uv:
54
51
 
55
52
  <table>
@@ -61,14 +58,14 @@ You can install the package using pip or uv:
61
58
  <td>
62
59
 
63
60
  ```bash
64
- pip install -e .
61
+ pip install airia
65
62
  ```
66
63
 
67
64
  </td>
68
65
  <td>
69
66
 
70
67
  ```bash
71
- uv sync --frozen
68
+ uv add airia
72
69
  ```
73
70
 
74
71
  </td>
@@ -89,21 +86,21 @@ The package supports optional dependencies for gateway functionality:
89
86
  <td>
90
87
 
91
88
  ```bash
92
- pip install -e .[openai]
89
+ pip install "airia[openai]"
93
90
  ```
94
91
 
95
92
  </td>
96
93
  <td>
97
94
 
98
95
  ```bash
99
- pip install -e .[anthropic]
96
+ pip install "airia[anthropic]"
100
97
  ```
101
98
 
102
99
  </td>
103
100
  <td>
104
101
 
105
102
  ```bash
106
- pip install -e .[all]
103
+ pip install "airia[all]"
107
104
  ```
108
105
 
109
106
  </td>
@@ -112,6 +109,15 @@ pip install -e .[all]
112
109
 
113
110
  ### Install with development dependencies
114
111
 
112
+ Clone the repository:
113
+
114
+ ```bash
115
+ git clone https://github.com/AiriaLLC/airia-python.git
116
+ cd airia-python
117
+ ```
118
+
119
+ Then, run one of the following commands:
120
+
115
121
  <table>
116
122
  <tr>
117
123
  <th>pip</th>
@@ -140,7 +146,7 @@ uv sync --frozen --group dev
140
146
 
141
147
  ## Building from Source
142
148
 
143
- To build the package from source:
149
+ First make sure you have already cloned the repository, then run one of the following commands:
144
150
 
145
151
  <table>
146
152
  <tr>
@@ -0,0 +1,8 @@
1
+ airia/__init__.py,sha256=T39gO8E5T5zxlw-JP78ruxOu7-LeKOJCJzz6t40kdQo,231
2
+ airia/exceptions.py,sha256=4Z55n-cRJrtTa5-pZBIK2oZD4-Z99aUtKx_kfTFYY5o,1146
3
+ airia/logs.py,sha256=17YZ4IuzOF0m5bgofj9-QYlJ2BYR2kRZbBVQfFSLFEk,5441
4
+ airia-0.1.3.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
5
+ airia-0.1.3.dist-info/METADATA,sha256=9LEQFb6HGNqoTfhn6aX8elSCa5Eaogk43cj2j_pcx4o,9966
6
+ airia-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ airia-0.1.3.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
8
+ airia-0.1.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- airia/__init__.py,sha256=T39gO8E5T5zxlw-JP78ruxOu7-LeKOJCJzz6t40kdQo,231
2
- airia/exceptions.py,sha256=4Z55n-cRJrtTa5-pZBIK2oZD4-Z99aUtKx_kfTFYY5o,1146
3
- airia/logs.py,sha256=17YZ4IuzOF0m5bgofj9-QYlJ2BYR2kRZbBVQfFSLFEk,5441
4
- airia-0.1.2.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
5
- airia-0.1.2.dist-info/METADATA,sha256=P6kEfX-udLEj3GNG1qvZcq4SEPOS_rFB_DNuuX2X3QQ,9578
6
- airia-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- airia-0.1.2.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
8
- airia-0.1.2.dist-info/RECORD,,
File without changes