par-cli-tts 0.2.0__tar.gz → 0.2.1__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.
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/PKG-INFO +9 -3
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/README.md +8 -2
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/__init__.py +1 -1
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/.gitignore +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/LICENSE +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/pyproject.toml +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/config.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/config_file.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/errors.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/kokoro_cli.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/model_downloader.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/providers/__init__.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/providers/base.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/providers/elevenlabs.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/providers/kokoro_onnx.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/providers/openai.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/py.typed +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/tts_cli.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/utils.py +0 -0
- {par_cli_tts-0.2.0 → par_cli_tts-0.2.1}/src/voice_cache.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: par-cli-tts
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: PAR CLI TTS - Command line text-to-speech tool using ElevenLabs with voice caching and name resolution
|
|
5
5
|
Project-URL: Homepage, https://github.com/paulrobello/par-cli-tts
|
|
6
6
|
Project-URL: Documentation, https://github.com/paulrobello/par-cli-tts/blob/main/README.md
|
|
@@ -68,14 +68,20 @@ Description-Content-Type: text/markdown
|
|
|
68
68
|

|
|
69
69
|
|
|
70
70
|

|
|
71
|
-

|
|
72
72
|

|
|
73
73
|
|
|
74
74
|
A powerful command-line text-to-speech tool supporting multiple TTS providers (ElevenLabs, OpenAI, and Kokoro ONNX) with intelligent voice caching, name resolution, and flexible output options.
|
|
75
75
|
|
|
76
76
|
[](https://buymeacoffee.com/probello3)
|
|
77
77
|
|
|
78
|
-
## 🆕 What's New
|
|
78
|
+
## 🆕 What's New
|
|
79
|
+
|
|
80
|
+
### v0.2.1
|
|
81
|
+
- Updated dependencies
|
|
82
|
+
- Ensured Python 3.13 compatibility
|
|
83
|
+
|
|
84
|
+
### v0.2.0
|
|
79
85
|
|
|
80
86
|
**✨ Major Update**: Configuration files, smarter caching, consistent error handling, and more!
|
|
81
87
|
|
|
@@ -5,14 +5,20 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|

|
|
8
|
-

|
|
9
9
|

|
|
10
10
|
|
|
11
11
|
A powerful command-line text-to-speech tool supporting multiple TTS providers (ElevenLabs, OpenAI, and Kokoro ONNX) with intelligent voice caching, name resolution, and flexible output options.
|
|
12
12
|
|
|
13
13
|
[](https://buymeacoffee.com/probello3)
|
|
14
14
|
|
|
15
|
-
## 🆕 What's New
|
|
15
|
+
## 🆕 What's New
|
|
16
|
+
|
|
17
|
+
### v0.2.1
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- Ensured Python 3.13 compatibility
|
|
20
|
+
|
|
21
|
+
### v0.2.0
|
|
16
22
|
|
|
17
23
|
**✨ Major Update**: Configuration files, smarter caching, consistent error handling, and more!
|
|
18
24
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|