File: control

package info (click to toggle)
gtts 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: python: 837; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download
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
30
31
32
33
Source: gtts
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ethan Ward <ethan.ward@mycroft.ai>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-bs4,
               python3-click,
               python3-gtts-token,
               python3-pip,
               python3-requests,
               python3-setuptools,
               python3-six,
               twine,
Standards-Version: 4.4.0
Homepage: https://pypi.python.org/pypi/gTTS
Vcs-Git: https://salsa.debian.org/python-team/modules/gtts.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/gtts
Testsuite: autopkgtest-pkg-python

Package: python3-gtts
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-pkg-resources,
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.