File: control

package info (click to toggle)
python-iniconfig 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: python: 408; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 1,254 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
29
30
31
Source: python-iniconfig
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Kastner <ckk@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-py <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/RonnyPfannschmidt/iniconfig
Vcs-Git: https://salsa.debian.org/python-team/packages/python-iniconfig.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-iniconfig

Package: python3-iniconfig
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: brain-dead simple parsing of ini files
 iniconfig is a small and simple INI-file parser module
 having a unique set of features:
 .
   * tested against Python2.4 across to Python3.2, Jython, PyPy
   * maintains order of sections and entries
   * supports multi-line values with or without line-continuations
   * supports "#" comments everywhere
   * raises errors with proper line-numbers
   * no bells and whistles like automatic substitutions
   * iniconfig raises an Error if two sections have the same name.