File: control

package info (click to toggle)
dbf 0.96.005-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 1,376 kB
  • sloc: python: 23,420; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 813 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
Source: dbf
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
Homepage: http://groups.google.com/group/python-dbase

Package: python3-dbf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python:Provides}
Description: Python module for reading and writing dbf files (Python 3)
 A pure Python 3 module for reading and writing dBase III, FoxPro, and Visual
 FoxPro 6 .dbf files (including memos).
 Text is returned as unicode, and codepage settings in tables are honored.
 .
 Currently not supported: index files, null fields, auto-incrementing fields.
 .
 This package installs the library for Python 3.