File: control

package info (click to toggle)
guessit 3.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,196 kB
  • sloc: python: 4,731; sh: 10; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,675 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
34
35
36
37
38
39
40
41
42
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-sequence-python3,
               pylint <!nocheck>,
               python3-all,
               python3-babelfish (>= 0.6.0),
               python3-dateutil,
               python3-pytest <!nocheck>,
               python3-pytest-benchmark <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-pytest-runner <!nocheck>,
               python3-rebulk (>= 3.1.0),
               python3-setuptools,
               python3-yaml <!nocheck>,
Standards-Version: 4.7.0
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
Rules-Requires-Root: no

Package: python3-guessit
Architecture: all
Depends: python3-babelfish (>= 0.6.0),
         python3-dateutil,
         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.