File: control

package info (click to toggle)
puremagic 1.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,228 kB
  • sloc: python: 646; sh: 7; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,022 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
Source: puremagic
Homepage: https://github.com/cdgriffith/puremagic
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest <!nocheck>,
 python3-standard-imghdr <!nocheck>,
 python3-setuptools,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/jcfp/puremagic.git
Vcs-Browser: https://salsa.debian.org/jcfp/puremagic
Rules-Requires-Root: no

Package: python3-puremagic
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: pure-Python module to identify files by their magic signature
 Puremagic is a pure-Python module to identify files by their magic numbers.
 It is fast, lightweight, minimalistic, cross-platform, and doesn't have
 dependencies. It can serve as a stand-in for python-magic, but its own
 magic_file() and magic_string() function are more powerful and also display
 a confidence score and possible duplicate matches.