Commit 60e45c6
Pypi feature (#2)
* Update MANIFEST.in
Signed-off-by: Mithun Gowda B <[email protected]>
* Refactor project into a modern PyPI package with a feature-rich CLI.
This change accomplishes the following:
- Converts the project from a script-based installation to a modern, professional PyPI package using `pyproject.toml`.
- Refactors the codebase into a more organized framework structure with `setup` and `utils` sub-packages to improve maintainability and scalability.
- Builds a sophisticated command-line interface (CLI) using Typer, Rich, and Questionary.
- The CLI provides `install` and `uninstall` commands with granular control over components (`commands`, `modes`, `agents`, `mcp`, `all`).
- Implements an interactive mode for the `install` and `uninstall` commands for a better user experience.
- Adds a custom banner and color theme to the CLI for a unique look and feel.
- Adds a logging system for better debugging and status reporting.
- Configures the package to be cross-platform and to correctly include all necessary data files.
- Updates all project metadata (version, authors, URLs) based on iterative user feedback.
- Fixes bugs related to versioning, hardcoded paths, and resource location found during code reviews.
Co-authored-by: Mithun Gowda B <[email protected]>
Co-authored-by: Prashant R <[email protected]>
* Finalize the project with a major refactoring and robust MCP installation.
This change accomplishes the following:
- Refactors the project into a more organized framework structure with a `setup` sub-package containing all the application logic, improving maintainability and scalability.
- Implements a more robust MCP installation process that verifies the existence of the required commands (`npx`, `npm`) and also checks the npm registry for the existence of the specific npx packages before adding them to the configuration.
- Adds a centralized logging system for better debugging and status reporting.
- Updates the project version to `4.1.0-b2` to reflect the new features and changes.
- Addresses all user feedback and fixes all bugs found during code reviews to finalize the project for submission.
Co-authored-by: Mithun Gowda B <[email protected]>
Co-authored-by: Prashant R <[email protected]>
* Finalize project with documentation, cleanup, and update command.
This change accomplishes the following:
- Adds a new `superqwen update` command that allows users to easily upgrade the package from PyPI.
- Completely rewrites the `README.md` to provide accurate and modern instructions for installation and usage, reflecting the final state of the CLI.
- Updates `PUBLISHING.md` to describe the current manual publishing workflow.
- Removes all obsolete scripts (`install_qwen.py`, `setup_qwen.py`, `test_qwen.py`, etc.) from the project root.
- Adds a new `help.toml` command file as requested.
This commit represents the final polishing of the project, leaving it in a clean, well-documented, and feature-complete state ready for its first public release.
Co-authored-by: Mithun Gowda B <[email protected]>
Co-authored-by: Prashant R <[email protected]>
* Finalize project with documentation, cleanup, an update command, and CI/CD workflow.
This commit includes the final set of changes to complete the project:
- Adds a new `superqwen update` command to allow users to easily upgrade the package from PyPI.
- Completely rewrites the `README.md` to provide accurate, modern instructions for installation and usage.
- Updates `PUBLISHING.md` to reflect the new manual publishing workflow.
- Removes all obsolete scripts (`install_qwen.py`, `setup_qwen.py`, etc.) from the project root.
- Adds a new `help.toml` command as requested by the user.
- Configures a GitHub Actions workflow (`.github/workflows/publish-pypi.yml`) to automatically publish the package to PyPI on new releases.
Co-authored-by: Mithun Gowda B <[email protected]>
Co-authored-by: Prashant R <[email protected]>
* Add help command and finalize documentation.
This change accomplishes the following:
- Adds a new `help.toml` command as requested by the user, providing a reference for all available slash commands.
- Corrects the command prefix in the new help file from `/sc:` to the correct `/sq:`.
This commit represents the final addition to the project, completing all user requests.
Co-authored-by: Mithun Gowda B <[email protected]>
Co-authored-by: Prashant R <[email protected]>
* Update help.toml
Signed-off-by: Mithun Gowda B <[email protected]>
* Update help.toml
Signed-off-by: Mithun Gowda B <[email protected]>
* Update help.toml
Signed-off-by: Mithun Gowda B <[email protected]>
* Docs: Validate and finalize command documentation.
This commit includes the final validation and documentation updates for the project.
- Validates the `help.toml` file against the actual command files in the `SuperQwen/Commands/` directory, ensuring the help text is accurate by removing commands that do not exist.
- Updates the main `README.md` to include a complete list of all available slash commands, providing a full feature overview.
This represents the final polish on the project, ensuring all documentation is consistent and accurate before release.
Co-authored-by: Mithun Gowda B <[email protected]>
Co-authored-by: Prashant R <[email protected]>
---------
Signed-off-by: Mithun Gowda B <[email protected]>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Prashant R <[email protected]>1 parent 9ea026d commit 60e45c6
File tree
24 files changed
+671
-595
lines changed- .github/workflows
- SuperQwen
- Commands
- MCP/configs
- setup
24 files changed
+671
-595
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
4 | | - | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | | - | |
| 11 | + | |
9 | 12 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 13 | | |
20 | 14 | | |
21 | 15 | | |
22 | | - | |
| 16 | + | |
23 | 17 | | |
24 | 18 | | |
25 | 19 | | |
26 | 20 | | |
27 | 21 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 22 | | |
32 | 23 | | |
33 | 24 | | |
34 | 25 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 26 | | |
39 | 27 | | |
40 | 28 | | |
41 | 29 | | |
42 | 30 | | |
43 | | - | |
44 | 31 | | |
45 | 32 | | |
46 | 33 | | |
47 | 34 | | |
48 | 35 | | |
49 | 36 | | |
50 | | - | |
| 37 | + | |
51 | 38 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
58 | 43 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
66 | 47 | | |
67 | 48 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
82 | 52 | | |
83 | 53 | | |
84 | 54 | | |
85 | 55 | | |
86 | 56 | | |
87 | | - | |
| 57 | + | |
88 | 58 | | |
89 | 59 | | |
90 | 60 | | |
91 | | - | |
| 61 | + | |
92 | 62 | | |
93 | 63 | | |
94 | | - | |
95 | | - | |
96 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
97 | 72 | | |
98 | 73 | | |
99 | 74 | | |
| 75 | + | |
| 76 | + | |
100 | 77 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 78 | | |
131 | 79 | | |
132 | | - | |
| 80 | + | |
133 | 81 | | |
134 | | - | |
135 | | - | |
| 82 | + | |
136 | 83 | | |
137 | 84 | | |
138 | 85 | | |
| |||
144 | 91 | | |
145 | 92 | | |
146 | 93 | | |
147 | | - | |
| 94 | + | |
148 | 95 | | |
149 | 96 | | |
150 | | - | |
151 | 97 | | |
152 | 98 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
| 99 | + | |
162 | 100 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 101 | + | |
| 102 | + | |
169 | 103 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 104 | + | |
| 105 | + | |
184 | 106 | | |
185 | 107 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments