Source: inifile
Section: python
Priority: optional
Maintainer: Jérôme Charaoui <jerome@riseup.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/mitsuhiko/python-inifile
Vcs-Git: https://salsa.debian.org/debian/python-inifile.git
Vcs-Browser: https://salsa.debian.org/debian/python-inifile/
Rules-Requires-Root: no

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.
