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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: structai
3
- Version: 0.1.0
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "structai"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  authors = [
9
9
  { name="Wanghan Xu", email="xu_wanghan@sjtu.edu.cn" },
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: structai
3
- Version: 0.1.0
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