Source: python-pydub
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 ffmpeg,
 python3-all,
 python3-audioop-lts,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: http://pydub.com/
Vcs-Browser: https://salsa.debian.org/debian/python-pydub
Vcs-Git: https://salsa.debian.org/debian/python-pydub.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-pydub
Architecture: all
Depends:
 python3-audioop-lts,
Recommends:
 ffmpeg,
Description: Python audio sample manipulation (Python 3)
 Pydub is a library to manipulate audio data with a simple high level
 interface.
 .
 The library support (among others) the following functions:
  - can use `ffmpeg' to support other formats than `.wav'
  - extract segments of audio data
  - concatenation
  - make segments louder or quieter
  - add repeats
  - cross-fade
  - edit file metadata
 .
 This package installs the library for Python 3.
