File: control

package info (click to toggle)
isbnlib 3.9.3-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 596 kB
  • sloc: python: 4,575; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: isbnlib
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python, python3-nose
Standards-Version: 4.2.1

Package: python3-isbnlib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: ISBN processing library
 ISBNlib is a pure Python library for validating, cleaning and getting
 metadata from ISBN strings.
 .
 ISBN or International Standard Book Number format is somewhat fluid so
 this library provides ways to parse it to canonical form and then also to
 validate the numbers via databases as well as get metainfo for issued
 ISBNs.
 .
 Python3 version.