Source: guessit
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Etienne Millon <me@emillon.org>,
           Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pylint <!nocheck>,
               python3-all,
               python3-babelfish (>= 0.6.0),
               python3-dateutil,
               python3-pkg-resources,
               python3-pytest <!nocheck>,
               python3-pytest-benchmark <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-pytest-runner <!nocheck>,
               python3-rebulk (>= 3.1.0),
               python3-requests,
               python3-setuptools,
               python3-stevedore,
               python3-yaml <!nocheck>,
Standards-Version: 4.6.0.1
Homepage: https://guessit.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/guessit.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/guessit
Testsuite: autopkgtest-pkg-python

Package: python3-guessit
Architecture: all
Depends: python3-babelfish (>= 0.6.0),
         python3-dateutil,
         python3-pkg-resources,
         python3-rebulk (>= 2),
         ${misc:Depends},
         ${python3:Depends},
Description: library for guessing information from video filenames (Python 3)
 GuessIt is a Python library that tries to extract as much information as
 possible from a video file. It has a very powerful filename matcher that allows
 one to guess a lot of metadata from a video using only its filename. This
 matcher works with both movies and TV show episodes.
 .
 This package contains the Python 3 module.
 .
 It also contains the "guessit" binary to interact with this library.
