mira-network 0.1.1__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.
- {mira_network-0.1.1.dist-info → mira_network-0.1.2.dist-info}/METADATA +3 -3
- mira_network-0.1.2.dist-info/RECORD +7 -0
- mira_sdk/client.py +1 -1
- mira_network-0.1.1.dist-info/RECORD +0 -7
- {mira_network-0.1.1.dist-info → mira_network-0.1.2.dist-info}/WHEEL +0 -0
- {mira_network-0.1.1.dist-info → mira_network-0.1.2.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mira-network
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Python SDK for Mira Network API
|
5
5
|
Author-Email: sarim2000 <sarimbleedblue@gmail.com>
|
6
6
|
License: MIT
|
@@ -11,14 +11,14 @@ Requires-Dist: typing-extensions>=4.8.0
|
|
11
11
|
Requires-Dist: requests>=2.32.3
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
|
14
|
-
# Mira SDK
|
14
|
+
# Mira Network SDK
|
15
15
|
|
16
16
|
A Python SDK for interacting with the Mira Network API. This SDK provides a simple interface to access all Mira API endpoints including model inference, flow management, and credit system.
|
17
17
|
|
18
18
|
## Installation
|
19
19
|
|
20
20
|
```bash
|
21
|
-
pip install mira-
|
21
|
+
pip install mira-network
|
22
22
|
```
|
23
23
|
|
24
24
|
## Quick Start
|
@@ -0,0 +1,7 @@
|
|
1
|
+
mira_network-0.1.2.dist-info/METADATA,sha256=KrCNwQMJqIY3acFF9c00JXWnCnAm0Z_SArKg4dLO8_k,2915
|
2
|
+
mira_network-0.1.2.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
mira_network-0.1.2.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
mira_sdk/__init__.py,sha256=KVFj7e20pprJuOWCG9Ky_w2JqKBu8TFPCilPDKRhkyI,364
|
5
|
+
mira_sdk/client.py,sha256=F0E0ATGZXOsozbp91P6MLma5-pgT0rCo0BaEIz-yKDk,5769
|
6
|
+
mira_sdk/models.py,sha256=FQfxjK_Cs7Nt0dB1qYHd7rov3VJSVr6rNAqZqOarU48,1749
|
7
|
+
mira_network-0.1.2.dist-info/RECORD,,
|
mira_sdk/client.py
CHANGED
@@ -1,7 +0,0 @@
|
|
1
|
-
mira_network-0.1.1.dist-info/METADATA,sha256=qN1Q6pwqsmsGOab06qp0qGl-nv0Hlpw1c4eoOSH7ZKY,2903
|
2
|
-
mira_network-0.1.1.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
-
mira_network-0.1.1.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
-
mira_sdk/__init__.py,sha256=KVFj7e20pprJuOWCG9Ky_w2JqKBu8TFPCilPDKRhkyI,364
|
5
|
-
mira_sdk/client.py,sha256=Qf8zSQRDmIhR2N9SAXq_ddz-z2iwu07S_w-UoLOMI0I,5773
|
6
|
-
mira_sdk/models.py,sha256=FQfxjK_Cs7Nt0dB1qYHd7rov3VJSVr6rNAqZqOarU48,1749
|
7
|
-
mira_network-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|