gtts

View on PyPIReverse Dependencies (177)

2.5.1 gTTS-2.5.1-py3-none-any.whl

Wheel Details

Project: gtts
Version: 2.5.1
Filename: gTTS-2.5.1-py3-none-any.whl
Download: [link]
Size: 29094
MD5: 547f2b4ec3af6eb964929c992b8b9ce9
SHA256: 273ec8a5077b25e60ca5a266ed254b54d1f14032b0af3ba00092d14966148664
Uploaded: 2024-01-29 03:09:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gTTS
Version: 2.5.1
Summary: gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API
Author-Email: Pierre Nicolas Durette <pndurette[at]gmail.com>
Project-Url: homepage, https://github.com/pndurette/gTTS
Project-Url: documentation, https://gtts.readthedocs.io
Project-Url: repository, https://github.com/pndurette/gTTS
Project-Url: changelog, https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md
License: MIT
Keywords: gtts,text to speech,Google Translate,TTS
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.7
Requires-Dist: requests (<3,>=2.27)
Requires-Dist: click (<8.2,>=7.1)
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinx-click; extra == "docs"
Requires-Dist: sphinx-mdinclude; extra == "docs"
Requires-Dist: pytest (<8.1.0,>=7.1.3); extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: testfixtures; extra == "tests"
Provides-Extra: docs
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2308 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gtts/__init__.py sha256=4dHB7xRt5IJcV5R3qPAOT9w8saUXKUwNhNzghZjtzso 152
gtts/accents.py sha256=V3LpPxaIyP1byKjJTH45lYanrKRU9Tb5A_z5XsaxFYE 2050
gtts/cli.py sha256=3LAfzOyNIm0-avf5nf7xXdyfLmz9DTOoBS1Y-lfrZ4M 5697
gtts/lang.py sha256=k_CHUJTs9JntzI1Q4xuhZNJnoR0N_M0Te88tKwuW9TM 2899
gtts/langs.py sha256=qtvYnzUhgi20znfkk227riK7PSFiHUBAdxeUeY08aJM 1343
gtts/tts.py sha256=B797H5jH7WD8KtN9kfSU-k5ErNR2J5DZZWSjS1ByaXg 13097
gtts/utils.py sha256=oNDybx-d6MhK8d1oI5sD2fawbFmzMunxwG3V8hf048U 3036
gtts/version.py sha256=PfQ9ThOuZlUZhThya-_PpR02LjazRR6LNSivpta03mM 22
gtts/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gtts/tests/test_cli.py sha256=NRqECpZqb2ba68Q_0Ioboh-0dwd3mrMnplj7zFJq7Vk 7065
gtts/tests/test_lang.py sha256=VhJGVI8ibms6Gv_cCuz2D4oZcQieTIimUDKj7haixM0 591
gtts/tests/test_tts.py sha256=GQvXvsC8SqkRb6-7wKXhg4Ck2CSwHYAHTz2QRFPK7Bc 5891
gtts/tests/test_utils.py sha256=wNDb85XD7S4STiBK8Do9vNl8vOYpvqNmAqUHM7P-21A 1553
gtts/tests/input_files/test_cli_test_ascii.txt sha256=hKI7P_x4Bu7t3iUCxTD-q-LWu8pmFMXUHDDLbNSYDGE 188
gtts/tests/input_files/test_cli_test_utf8.txt sha256=5I3Fwoy0m1Q_jJRLhjn-Pivyc9g88YVut2BmNT_aLms 232
gtts/tokenizer/__init__.py sha256=99kDIHYtzOr9BQgVvYP9fhszuM5YOlsumuLhTmeLvmI 136
gtts/tokenizer/core.py sha256=oI2IF7IlKvcVC9eqN00GeJzClb5pQm1fMu7jqv7hPfc 10907
gtts/tokenizer/pre_processors.py sha256=Ch_ML6TyXCQ_Qu2NP0g5J_fw7jRZiTYrnoEav5YAdTo 1579
gtts/tokenizer/symbols.py sha256=EkutlUL27oHgk0ntdr9nOZ0PS6-LpQAjhfGme9Ig9mQ 258
gtts/tokenizer/tokenizer_cases.py sha256=akFjX_4GlvGAasnpMxwtdP9YBEq3LQ7OCtdMUDUWcpk 1954
gtts/tokenizer/tests/test_core.py sha256=yPQ6zSRvB704FXQJO7MIApXT2JMO3PS66VTUcQHxgeM 2162
gtts/tokenizer/tests/test_pre_processors.py sha256=8tl2OSLsOS2RGXcPWOFbi9J2ExD38Qb8eZU7PnH6F7Y 798
gtts/tokenizer/tests/test_tokenizer_cases.py sha256=E6O2g7wSKz6AoHO27CJ4OS7Y7XwWG99c7p2xwaQGZYo 1588
gTTS-2.5.1.dist-info/LICENSE sha256=Tf7kWll-TgGgaCdEJzYTqTzmB3Zdh99cNzKocr-10aU 1093
gTTS-2.5.1.dist-info/METADATA sha256=HpYLBtpsthfZC6WjuCem64Ua1F18JyIpfLaHWMFayss 4143
gTTS-2.5.1.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
gTTS-2.5.1.dist-info/entry_points.txt sha256=bI9BIrpE9bB1FVhrm3FHJrfQTsIcnfngqvGqUMNLthM 46
gTTS-2.5.1.dist-info/top_level.txt sha256=OFgvuVh7ic8wSxEPlCYvHKE8FsIkAr2fdzGCppOFcZI 5
gTTS-2.5.1.dist-info/RECORD

top_level.txt

gtts

entry_points.txt

gtts-cli = gtts.cli:tts_cli