File: control

package info (click to toggle)
inifile 0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: python: 419; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 866 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
22
23
24
Source: inifile
Section: python
Priority: optional
Maintainer: Hiro <hiro@torproject.org>
Build-Depends: debhelper (>= 11),
	       dh-python,
	       python3-all,
	       python3-setuptools
Standards-Version: 4.1.4
Homepage: https://pypi.python.org/pypi/inifile
Vcs-Git: https://salsa.debian.org/debian/python-inifile.git
Vcs-Browser: https://salsa.debian.org/debian/python-inifile/

Package: python3-inifile
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Small INI library for Python 3
 Inifile implements simplified read and write access to INI files in
 a way that preserves the original files as well as possible.
 It allows customizing the dialect of the ini file. The default
 configuration is a compromise between the general Windows format and
 what's common on Unix systems.
 .
 This package installs the library for Python 3.