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.
- advai_cli-1.0.3/PKG-INFO +18 -0
- advai_cli-1.0.3/README.md +8 -0
- advai_cli-1.0.3/advai/__init__.py +1 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/advai/cli.py +1 -1
- advai_cli-1.0.3/advai_cli.egg-info/PKG-INFO +18 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/pyproject.toml +2 -2
- advai_cli-1.0.2/PKG-INFO +0 -64
- advai_cli-1.0.2/README.md +0 -54
- advai_cli-1.0.2/advai/__init__.py +0 -1
- advai_cli-1.0.2/advai_cli.egg-info/PKG-INFO +0 -64
- {advai_cli-1.0.2 → advai_cli-1.0.3}/advai/skills.py +0 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/advai_cli.egg-info/SOURCES.txt +0 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/advai_cli.egg-info/dependency_links.txt +0 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/advai_cli.egg-info/entry_points.txt +0 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/advai_cli.egg-info/requires.txt +0 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/advai_cli.egg-info/top_level.txt +0 -0
- {advai_cli-1.0.2 → advai_cli-1.0.3}/setup.cfg +0 -0
advai_cli-1.0.3/PKG-INFO
ADDED
|
@@ -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 @@
|
|
|
1
|
+
__version__ = "1.0.3"
|
|
@@ -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.
|
|
8
|
-
description = "
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|