1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: gtts
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-click,
python3-requests,
python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://gtts.readthedocs.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/gtts.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/gtts
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-gtts
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
A Python interface for Google's Text to Speech API. Create an mp3
file with the gTTS module or the gtts-cli tool. It allows unlimited
lengths to be spoken by tokenizing long sentences where the speech
would naturally pause.
.
This package contains the module for Python 3.
|