structai 0.1.0__tar.gz → 0.1.2__tar.gz
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.
- {structai-0.1.0/structai.egg-info → structai-0.1.2}/PKG-INFO +8 -1
- {structai-0.1.0 → structai-0.1.2}/README.md +7 -0
- {structai-0.1.0 → structai-0.1.2}/pyproject.toml +1 -1
- {structai-0.1.0 → structai-0.1.2/structai.egg-info}/PKG-INFO +8 -1
- {structai-0.1.0 → structai-0.1.2}/LICENSE +0 -0
- {structai-0.1.0 → structai-0.1.2}/setup.cfg +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai/__init__.py +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai/io.py +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai/llm_api.py +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai/mp.py +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai/openai_server.py +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai/utils.py +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai.egg-info/SOURCES.txt +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai.egg-info/dependency_links.txt +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai.egg-info/requires.txt +0 -0
- {structai-0.1.0 → structai-0.1.2}/structai.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: structai
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A utility package for AI development
|
|
5
5
|
Author-email: Wanghan Xu <xu_wanghan@sjtu.edu.cn>
|
|
6
6
|
Project-URL: Homepage, https://github.com/black-yt/structai
|
|
@@ -28,6 +28,13 @@ StructAI is a comprehensive utility package for AI development, offering a robus
|
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
|
+
> **Recommended for most users.** Installs the latest stable release from PyPI.
|
|
32
|
+
```bash
|
|
33
|
+
pip install structai
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
> **For development.** Installs StructAI in editable mode from source, enabling live code changes.
|
|
37
|
+
|
|
31
38
|
```bash
|
|
32
39
|
git clone https://github.com/black-yt/structai.git
|
|
33
40
|
cd structai
|
|
@@ -4,6 +4,13 @@ StructAI is a comprehensive utility package for AI development, offering a robus
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
+
> **Recommended for most users.** Installs the latest stable release from PyPI.
|
|
8
|
+
```bash
|
|
9
|
+
pip install structai
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
> **For development.** Installs StructAI in editable mode from source, enabling live code changes.
|
|
13
|
+
|
|
7
14
|
```bash
|
|
8
15
|
git clone https://github.com/black-yt/structai.git
|
|
9
16
|
cd structai
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: structai
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A utility package for AI development
|
|
5
5
|
Author-email: Wanghan Xu <xu_wanghan@sjtu.edu.cn>
|
|
6
6
|
Project-URL: Homepage, https://github.com/black-yt/structai
|
|
@@ -28,6 +28,13 @@ StructAI is a comprehensive utility package for AI development, offering a robus
|
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
|
+
> **Recommended for most users.** Installs the latest stable release from PyPI.
|
|
32
|
+
```bash
|
|
33
|
+
pip install structai
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
> **For development.** Installs StructAI in editable mode from source, enabling live code changes.
|
|
37
|
+
|
|
31
38
|
```bash
|
|
32
39
|
git clone https://github.com/black-yt/structai.git
|
|
33
40
|
cd structai
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|