advai-cli 1.0.2__tar.gz → 1.0.3__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.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: advai-cli
3
+ Version: 1.0.3
4
+ Summary: A cross-platform CLI tool.
5
+ Author: advai
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: click>=8.1
10
+
11
+ # advai-cli
12
+
13
+ A cross-platform CLI tool.
14
+
15
+ Install:
16
+ ```bash
17
+ pip install advai-cli
18
+ ```
@@ -0,0 +1,8 @@
1
+ # advai-cli
2
+
3
+ A cross-platform CLI tool.
4
+
5
+ Install:
6
+ ```bash
7
+ pip install advai-cli
8
+ ```
@@ -0,0 +1 @@
1
+ __version__ = "1.0.3"
@@ -17,7 +17,7 @@ def _ensure_dirs():
17
17
  @click.group()
18
18
  @click.version_option(version=__version__, prog_name="advai")
19
19
  def cli():
20
- """advai — cross-platform AI Skill manager"""
20
+ """advai — a cross-platform CLI tool."""
21
21
  _ensure_dirs()
22
22
 
23
23
 
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: advai-cli
3
+ Version: 1.0.3
4
+ Summary: A cross-platform CLI tool.
5
+ Author: advai
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: click>=8.1
10
+
11
+ # advai-cli
12
+
13
+ A cross-platform CLI tool.
14
+
15
+ Install:
16
+ ```bash
17
+ pip install advai-cli
18
+ ```
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "advai-cli"
7
- version = "1.0.2"
8
- description = "Cross-platform AI Skill manager"
7
+ version = "1.0.3"
8
+ description = "A cross-platform CLI tool."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
11
11
  license = "MIT"
advai_cli-1.0.2/PKG-INFO DELETED
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: advai-cli
3
- Version: 1.0.2
4
- Summary: Cross-platform AI Skill manager
5
- Author: advai
6
- License-Expression: MIT
7
- Requires-Python: >=3.8
8
- Description-Content-Type: text/markdown
9
- Requires-Dist: click>=8.1
10
-
11
- # advai-cli — Cross-platform AI Skill Manager
12
-
13
- A Python CLI that lets you install / uninstall AI Skills.
14
-
15
- - **Platforms**: macOS / Linux / Windows
16
- - **Installation**: pip, npm, or one-line script
17
- - **Commands**: install, uninstall, list, update, info
18
-
19
- ---
20
-
21
- ## Quick Start
22
-
23
- ```bash
24
- # pip (recommended)
25
- pip install advai-cli
26
-
27
- # install after installation, the `advai` command is ready to use
28
-
29
- Advai --help
30
- advai --version
31
- advai install <skill-name>
32
- advai uninstall <skill-name>
33
- ```
34
-
35
- ---
36
-
37
- ## Project Structure
38
-
39
- ```
40
- advai/ # core CLI (Python)
41
- __init__.py
42
- cli.py # entry point (click-based)
43
- skills.py # Skill install / uninstall / metadata logic
44
- Formula/advai.rb # Homebrew formula
45
- bin/advai.js # npm entry point bridge
46
- install.sh # one-click installer script
47
- pyproject.toml # PyPI build configuration
48
- package.json # npm package configuration
49
- ```
50
-
51
- ---
52
-
53
- ## Local Development
54
-
55
- ```bash
56
- # run from source
57
- python3 -m advai.cli --help
58
- ```
59
-
60
- ---
61
-
62
- ## License
63
-
64
- MIT
advai_cli-1.0.2/README.md DELETED
@@ -1,54 +0,0 @@
1
- # advai-cli — Cross-platform AI Skill Manager
2
-
3
- A Python CLI that lets you install / uninstall AI Skills.
4
-
5
- - **Platforms**: macOS / Linux / Windows
6
- - **Installation**: pip, npm, or one-line script
7
- - **Commands**: install, uninstall, list, update, info
8
-
9
- ---
10
-
11
- ## Quick Start
12
-
13
- ```bash
14
- # pip (recommended)
15
- pip install advai-cli
16
-
17
- # install after installation, the `advai` command is ready to use
18
-
19
- Advai --help
20
- advai --version
21
- advai install <skill-name>
22
- advai uninstall <skill-name>
23
- ```
24
-
25
- ---
26
-
27
- ## Project Structure
28
-
29
- ```
30
- advai/ # core CLI (Python)
31
- __init__.py
32
- cli.py # entry point (click-based)
33
- skills.py # Skill install / uninstall / metadata logic
34
- Formula/advai.rb # Homebrew formula
35
- bin/advai.js # npm entry point bridge
36
- install.sh # one-click installer script
37
- pyproject.toml # PyPI build configuration
38
- package.json # npm package configuration
39
- ```
40
-
41
- ---
42
-
43
- ## Local Development
44
-
45
- ```bash
46
- # run from source
47
- python3 -m advai.cli --help
48
- ```
49
-
50
- ---
51
-
52
- ## License
53
-
54
- MIT
@@ -1 +0,0 @@
1
- __version__ = "1.0.2"
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: advai-cli
3
- Version: 1.0.2
4
- Summary: Cross-platform AI Skill manager
5
- Author: advai
6
- License-Expression: MIT
7
- Requires-Python: >=3.8
8
- Description-Content-Type: text/markdown
9
- Requires-Dist: click>=8.1
10
-
11
- # advai-cli — Cross-platform AI Skill Manager
12
-
13
- A Python CLI that lets you install / uninstall AI Skills.
14
-
15
- - **Platforms**: macOS / Linux / Windows
16
- - **Installation**: pip, npm, or one-line script
17
- - **Commands**: install, uninstall, list, update, info
18
-
19
- ---
20
-
21
- ## Quick Start
22
-
23
- ```bash
24
- # pip (recommended)
25
- pip install advai-cli
26
-
27
- # install after installation, the `advai` command is ready to use
28
-
29
- Advai --help
30
- advai --version
31
- advai install <skill-name>
32
- advai uninstall <skill-name>
33
- ```
34
-
35
- ---
36
-
37
- ## Project Structure
38
-
39
- ```
40
- advai/ # core CLI (Python)
41
- __init__.py
42
- cli.py # entry point (click-based)
43
- skills.py # Skill install / uninstall / metadata logic
44
- Formula/advai.rb # Homebrew formula
45
- bin/advai.js # npm entry point bridge
46
- install.sh # one-click installer script
47
- pyproject.toml # PyPI build configuration
48
- package.json # npm package configuration
49
- ```
50
-
51
- ---
52
-
53
- ## Local Development
54
-
55
- ```bash
56
- # run from source
57
- python3 -m advai.cli --help
58
- ```
59
-
60
- ---
61
-
62
- ## License
63
-
64
- MIT
File without changes
File without changes