File: control

package info (click to toggle)
crudini 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 248 kB
  • sloc: python: 781; sh: 457; makefile: 16
file content (26 lines) | stat: -rw-r--r-- 908 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
Source: crudini
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Zev Benjamin <zev@mit.edu>, Luke Faraone <lfaraone@debian.org>
Build-Depends: debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 python3,
 python3-setuptools,
 dh-python,
# Needed to generate manpage
 help2man,
 python3-iniparse
Standards-Version: 4.6.2
Homepage: https://www.pixelbeat.org/programs/crudini/
Vcs-Git: https://salsa.debian.org/python-team/packages/crudini.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/crudini
Rules-Requires-Root: no

Package: crudini
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, python3-iniparse
Description: utility for manipulating ini files
 crudini is a utility to simplify reading and updating ini files
 from shell scripts, so named as it provides CRUD functionality.  It
 can handle most variants of ini.