voice-mode-install 1.0.1__tar.gz → 5.1.4__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.

Potentially problematic release.


This version of voice-mode-install might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: voice-mode-install
3
- Version: 1.0.1
3
+ Version: 5.1.4
4
4
  Summary: Installer for VoiceMode - handles system dependencies and installation
5
5
  Project-URL: Homepage, https://github.com/mbailey/voicemode
6
6
  Project-URL: Repository, https://github.com/mbailey/voicemode
@@ -24,13 +24,13 @@ Requires-Dist: psutil>=5.9.0
24
24
  Requires-Dist: pyyaml>=6.0.0
25
25
  Description-Content-Type: text/markdown
26
26
 
27
- # voicemode-install
27
+ # voice-mode-install
28
28
 
29
29
  A standalone installer package for VoiceMode that handles system dependency detection and installation.
30
30
 
31
31
  ## Overview
32
32
 
33
- `voicemode-install` simplifies the VoiceMode installation process by:
33
+ `voice-mode-install` simplifies the VoiceMode installation process by:
34
34
 
35
35
  1. **Detecting your platform** - Identifies your OS, distribution, and architecture
36
36
  2. **Checking dependencies** - Scans for required system packages
@@ -43,19 +43,19 @@ A standalone installer package for VoiceMode that handles system dependency dete
43
43
 
44
44
  ```bash
45
45
  # Install and run
46
- uvx voicemode-install
46
+ uvx voice-mode-install
47
47
 
48
48
  # Dry run (see what would be installed)
49
- uvx voicemode-install --dry-run
49
+ uvx voice-mode-install --dry-run
50
50
 
51
51
  # Install specific version
52
- uvx voicemode-install --voice-mode-version=5.1.3
52
+ uvx voice-mode-install --voice-mode-version=5.1.3
53
53
 
54
54
  # Skip service installation
55
- uvx voicemode-install --skip-services
55
+ uvx voice-mode-install --skip-services
56
56
 
57
57
  # Non-interactive mode
58
- uvx voicemode-install --non-interactive
58
+ uvx voice-mode-install --non-interactive
59
59
  ```
60
60
 
61
61
  ## Prerequisites
@@ -122,19 +122,19 @@ source ~/.bashrc # or ~/.zshrc for zsh
122
122
  The installer needs sudo access to install system packages. Run:
123
123
  ```bash
124
124
  sudo -v # Refresh sudo credentials
125
- uvx voicemode-install
125
+ uvx voice-mode-install
126
126
  ```
127
127
 
128
128
  ### Network errors during installation
129
129
 
130
130
  - Check your internet connection
131
- - Try again with: `uvx voicemode-install`
132
- - Use `uvx --refresh voicemode-install` to get the latest installer
131
+ - Try again with: `uvx voice-mode-install`
132
+ - Use `uvx --refresh voice-mode-install` to get the latest installer
133
133
 
134
134
  ### Installation hangs or fails
135
135
 
136
136
  1. Check the log file: `~/.voicemode/install.log`
137
- 2. Try a dry run: `uvx voicemode-install --dry-run`
137
+ 2. Try a dry run: `uvx voice-mode-install --dry-run`
138
138
  3. Report issues with log file attached
139
139
 
140
140
  ## Development
@@ -151,7 +151,7 @@ uv build
151
151
  ```bash
152
152
  cd installer/
153
153
  uv pip install -e .
154
- voicemode-install --dry-run
154
+ voice-mode-install --dry-run
155
155
  ```
156
156
 
157
157
  ### Project Structure
@@ -1,10 +1,10 @@
1
- # voicemode-install
1
+ # voice-mode-install
2
2
 
3
3
  A standalone installer package for VoiceMode that handles system dependency detection and installation.
4
4
 
5
5
  ## Overview
6
6
 
7
- `voicemode-install` simplifies the VoiceMode installation process by:
7
+ `voice-mode-install` simplifies the VoiceMode installation process by:
8
8
 
9
9
  1. **Detecting your platform** - Identifies your OS, distribution, and architecture
10
10
  2. **Checking dependencies** - Scans for required system packages
@@ -17,19 +17,19 @@ A standalone installer package for VoiceMode that handles system dependency dete
17
17
 
18
18
  ```bash
19
19
  # Install and run
20
- uvx voicemode-install
20
+ uvx voice-mode-install
21
21
 
22
22
  # Dry run (see what would be installed)
23
- uvx voicemode-install --dry-run
23
+ uvx voice-mode-install --dry-run
24
24
 
25
25
  # Install specific version
26
- uvx voicemode-install --voice-mode-version=5.1.3
26
+ uvx voice-mode-install --voice-mode-version=5.1.3
27
27
 
28
28
  # Skip service installation
29
- uvx voicemode-install --skip-services
29
+ uvx voice-mode-install --skip-services
30
30
 
31
31
  # Non-interactive mode
32
- uvx voicemode-install --non-interactive
32
+ uvx voice-mode-install --non-interactive
33
33
  ```
34
34
 
35
35
  ## Prerequisites
@@ -96,19 +96,19 @@ source ~/.bashrc # or ~/.zshrc for zsh
96
96
  The installer needs sudo access to install system packages. Run:
97
97
  ```bash
98
98
  sudo -v # Refresh sudo credentials
99
- uvx voicemode-install
99
+ uvx voice-mode-install
100
100
  ```
101
101
 
102
102
  ### Network errors during installation
103
103
 
104
104
  - Check your internet connection
105
- - Try again with: `uvx voicemode-install`
106
- - Use `uvx --refresh voicemode-install` to get the latest installer
105
+ - Try again with: `uvx voice-mode-install`
106
+ - Use `uvx --refresh voice-mode-install` to get the latest installer
107
107
 
108
108
  ### Installation hangs or fails
109
109
 
110
110
  1. Check the log file: `~/.voicemode/install.log`
111
- 2. Try a dry run: `uvx voicemode-install --dry-run`
111
+ 2. Try a dry run: `uvx voice-mode-install --dry-run`
112
112
  3. Report issues with log file attached
113
113
 
114
114
  ## Development
@@ -125,7 +125,7 @@ uv build
125
125
  ```bash
126
126
  cd installer/
127
127
  uv pip install -e .
128
- voicemode-install --dry-run
128
+ voice-mode-install --dry-run
129
129
  ```
130
130
 
131
131
  ### Project Structure
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "voice-mode-install"
7
- version = "1.0.1"
7
+ version = "5.1.4"
8
8
  description = "Installer for VoiceMode - handles system dependencies and installation"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -38,7 +38,7 @@ Repository = "https://github.com/mbailey/voicemode"
38
38
  Issues = "https://github.com/mbailey/voicemode/issues"
39
39
 
40
40
  [project.scripts]
41
- voicemode-install = "voicemode_install.cli:main"
41
+ voice-mode-install = "voicemode_install.cli:main"
42
42
 
43
43
  [tool.hatch.build.targets.wheel]
44
44
  packages = ["voicemode_install"]
@@ -91,16 +91,16 @@ def main(dry_run, voice_mode_version, skip_services, non_interactive):
91
91
  Examples:
92
92
  \b
93
93
  # Normal installation
94
- voicemode-install
94
+ voice-mode-install
95
95
 
96
96
  # Dry run (see what would be installed)
97
- voicemode-install --dry-run
97
+ voice-mode-install --dry-run
98
98
 
99
99
  # Install specific version
100
- voicemode-install --voice-mode-version=5.1.3
100
+ voice-mode-install --voice-mode-version=5.1.3
101
101
 
102
102
  # Skip service installation
103
- voicemode-install --skip-services
103
+ voice-mode-install --skip-services
104
104
  """
105
105
  # Initialize logger
106
106
  logger = InstallLogger()