willspeak

View on PyPIReverse Dependencies (0)

0.4.0 willspeak-0.4.0-py3-none-any.whl

Wheel Details

Project: willspeak
Version: 0.4.0
Filename: willspeak-0.4.0-py3-none-any.whl
Download: [link]
Size: 28141
MD5: 8a8199269b65e297a92ed1be3acd4c9c
SHA256: 6309756bfd21a6e35480929fd9300a3b653628731c7d8e1c4062ad3e3d74eaa2
Uploaded: 2022-11-29 19:31:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: willspeak
Version: 0.4.0
Summary: Python Text to Speach using Microsoft Sapi5 with a server/client model
Author: willforde
Author-Email: willforde[at]gmail.com
Home-Page: https://github.com/willforde/willspeek.git
Project-Url: Bug Tracker, https://github.com/willforde/willspeek/issues
Project-Url: Repository, https://github.com/willforde/willspeek.git
License: GPL-2.0-only
Keywords: tts,sapi5,speech,voice
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Requires-Python: >=3.10,<4.0
Requires-Dist: appdirs (<2.0.0,>=1.4.4)
Requires-Dist: colorama (<0.5.0,>=0.4.6)
Requires-Dist: comtypes (<2.0.0,>=1.1.14); sys_platform == "win32"
Requires-Dist: nltk (<4.0,>=3.7)
Requires-Dist: pyaudio (<0.3.0,>=0.2.12)
Requires-Dist: pyclip (<0.8.0,>=0.7.0)
Requires-Dist: pydantic (<2.0.0,>=1.10.2)
Requires-Dist: pywin32 (<306,>=305); sys_platform == "win32"
Requires-Dist: requests (<3.0.0,>=2.28.1)
Requires-Dist: starlette (<0.23.0,>=0.22.0)
Requires-Dist: uvicorn (<0.21.0,>=0.20.0)
Description-Content-Type: text/markdown
[Description omitted; length: 2987 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.4.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
willspeak/__init__.py sha256=QyT-HOwfD6QXF-bDmze-_YBNKZgSeSov2HV7TVpHZGM 326
willspeak/__main__.py sha256=9epen4KazftBqsFOGAtLK-8GzCLg5xtkZUGvgGFCclE 3477
willspeak/audio.py sha256=SGgnD83FnanixRghIfbjkdwi1xTwLg9vkm12fnlLmO4 3106
willspeak/client.py sha256=uc6wqdFPF8x8ydUuQAWY-DmIYPvmBesfq_tp3bI14xs 4016
willspeak/conf.py sha256=Ff0NkfvLG5QE5uoAw4TXzQTm-e1dL9aciXnLSQGWTpg 290
willspeak/dataobjects.py sha256=JlwuKiMmVz6_faDMFpSxdb2WiGC7O52VUZuXdcSGqVU 4807
willspeak/filters.py sha256=VN4IduUcDeWIG1zaTM56Lmea-5RT7C4vpnUAUhEy-gw 3971
willspeak/monitors.py sha256=Ky4SVD9ox0GlDd8fth-eAEoXH3LZDkX2sd7BzOAMWmw 4009
willspeak/scripts.py sha256=aXIHwz0nMs9aC-oHxTRHNzlApLZYjn1jiP45fE68-w8 2299
willspeak/server.py sha256=jRseEs8L9tLOyFyrcOYUdzCJmbbQyRIcNiT113js8z8 10497
willspeak/tts/__init__.py sha256=4DvEI5bHLVKFQlBbElgF9oP3eKEw0bk-ojswlw6oDi8 3456
willspeak/tts/sapi5.py sha256=-qRx1zaPBHvJ0AKytOy788Cbv4Hk_8C48lRw53f38mU 6143
willspeak/utils.py sha256=f5CN3yoIJwvcAr8expxfMG8Rct91EPmB4y0Tp7LGbbw 1969
willspeak-0.4.0.dist-info/LICENSE sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM 18092
willspeak-0.4.0.dist-info/METADATA sha256=zyJhjrfsNnyT1o9H0TTi-BMW-Myc8JKsKAAiFMzWlHI 4723
willspeak-0.4.0.dist-info/WHEEL sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY 88
willspeak-0.4.0.dist-info/entry_points.txt sha256=yXEHCWCEf4Sk6iW1zMapcsP-VX9jg9gK-FHfgLMdJ6A 241
willspeak-0.4.0.dist-info/RECORD

entry_points.txt

willspeak = willspeak.__main__:entrypoint
willspeak-client = willspeak.__main__:run_client
willspeak-local = willspeak.__main__:run_local
willspeak-server = willspeak.__main__:run_server
willspeak-stop = willspeak.__main__:run_stop