piper-tts-plus 20250618.62627__tar.gz → 20250621.100811__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.
- {piper_tts_plus-20250618.62627/piper_tts_plus.egg-info → piper_tts_plus-20250621.100811}/PKG-INFO +3 -1
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811/piper_tts_plus.egg-info}/PKG-INFO +3 -1
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/setup.py +9 -1
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/MANIFEST.in +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/__init__.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/__main__.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/config.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/const.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/download.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/file_hash.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/http_server.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/util.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/voice.py +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper/voices.json +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper_tts_plus.egg-info/SOURCES.txt +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper_tts_plus.egg-info/dependency_links.txt +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper_tts_plus.egg-info/entry_points.txt +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper_tts_plus.egg-info/requires.txt +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper_tts_plus.egg-info/top_level.txt +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/requirements.txt +0 -0
- {piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/setup.cfg +0 -0
{piper_tts_plus-20250618.62627/piper_tts_plus.egg-info → piper_tts_plus-20250621.100811}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: piper-tts-plus
|
3
|
-
Version:
|
3
|
+
Version: 20250621.100811
|
4
4
|
Summary: A fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4.
|
5
5
|
Home-page: https://github.com/ayutaz/piper-plus
|
6
6
|
Author: yousan
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.7
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.8
|
16
16
|
Classifier: Programming Language :: Python :: 3.9
|
17
17
|
Classifier: Programming Language :: Python :: 3.10
|
18
|
+
Description-Content-Type: text/markdown
|
18
19
|
Requires-Dist: piper-phonemize~=1.1.0
|
19
20
|
Requires-Dist: onnxruntime<2,>=1.11.0
|
20
21
|
Provides-Extra: gpu
|
@@ -24,6 +25,7 @@ Requires-Dist: flask<4,>=3; extra == "http"
|
|
24
25
|
Dynamic: author
|
25
26
|
Dynamic: author-email
|
26
27
|
Dynamic: classifier
|
28
|
+
Dynamic: description-content-type
|
27
29
|
Dynamic: home-page
|
28
30
|
Dynamic: keywords
|
29
31
|
Dynamic: license
|
{piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811/piper_tts_plus.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: piper-tts-plus
|
3
|
-
Version:
|
3
|
+
Version: 20250621.100811
|
4
4
|
Summary: A fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4.
|
5
5
|
Home-page: https://github.com/ayutaz/piper-plus
|
6
6
|
Author: yousan
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.7
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.8
|
16
16
|
Classifier: Programming Language :: Python :: 3.9
|
17
17
|
Classifier: Programming Language :: Python :: 3.10
|
18
|
+
Description-Content-Type: text/markdown
|
18
19
|
Requires-Dist: piper-phonemize~=1.1.0
|
19
20
|
Requires-Dist: onnxruntime<2,>=1.11.0
|
20
21
|
Provides-Extra: gpu
|
@@ -24,6 +25,7 @@ Requires-Dist: flask<4,>=3; extra == "http"
|
|
24
25
|
Dynamic: author
|
25
26
|
Dynamic: author-email
|
26
27
|
Dynamic: classifier
|
28
|
+
Dynamic: description-content-type
|
27
29
|
Dynamic: home-page
|
28
30
|
Dynamic: keywords
|
29
31
|
Dynamic: license
|
@@ -13,18 +13,26 @@ if requirements_path.is_file():
|
|
13
13
|
with open(requirements_path, "r", encoding="utf-8") as requirements_file:
|
14
14
|
requirements = requirements_file.read().splitlines()
|
15
15
|
|
16
|
+
# README.md を PyPI 用の長い説明として読み込む
|
17
|
+
long_description = ""
|
18
|
+
readme_path = this_dir / "README.md"
|
19
|
+
if readme_path.is_file():
|
20
|
+
long_description = readme_path.read_text(encoding="utf-8")
|
21
|
+
|
16
22
|
data_files = [module_dir / "voices.json"]
|
17
23
|
|
18
24
|
# -----------------------------------------------------------------------------
|
19
25
|
|
20
26
|
setup(
|
21
27
|
name="piper-tts-plus",
|
22
|
-
version="
|
28
|
+
version="20250621.100811",
|
23
29
|
description="A fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4.",
|
24
30
|
url="https://github.com/ayutaz/piper-plus",
|
25
31
|
author="yousan",
|
26
32
|
author_email="rabbitcats77@gmail.com",
|
27
33
|
license="MIT",
|
34
|
+
long_description=long_description,
|
35
|
+
long_description_content_type="text/markdown",
|
28
36
|
packages=setuptools.find_packages(),
|
29
37
|
package_data={"piper": [str(p.relative_to(module_dir)) for p in data_files]},
|
30
38
|
entry_points={
|
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
|
{piper_tts_plus-20250618.62627 → piper_tts_plus-20250621.100811}/piper_tts_plus.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|