File: control

package info (click to toggle)
metaconfig 0.1.4a1-7
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 136 kB
  • sloc: python: 296; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 735 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: metaconfig
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 12), 
 dh-sequence-python3,
 python3-all, 
 python3-setuptools,
 python3-nose,
 python3-nose2
Standards-Version: 4.5.0
Homepage:  https://pypi.python.org/pypi/metaconfig

Package: python3-metaconfig
Section: python
Architecture: all
Depends:  ${python3:Depends},${misc:Depends}
Description: Python ConfigParser bootstrapping library (Python3)
 Metaconfig is a library for centralising Python's ConfigParser files.
 It is inspired by the logging module where it is increadibly easy to start
 writing code that depends on logging whilst deferring how log messages will
 be handled until later.