File: control

package info (click to toggle)
python-setoptconf 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 225
  • sloc: python: 1,439; makefile: 7; sh: 1
file content (58 lines) | stat: -rw-r--r-- 1,624 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: python-setoptconf
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-nose,
 python-setuptools,
 python-yaml,
 python3-all,
 python3-nose,
 python3-setuptools,
 python3-yaml
Standards-Version: 3.9.8
Homepage: https://github.com/jayclassless/setoptconf
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-setoptconf.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-setoptconf.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-setoptconf
Architecture: all
Depends:
 python-yaml,
 ${misc:Depends},
 ${python:Depends}
Description: retrieve Python program settings from a variety of sources
 setoptconf is a Python library to define desired settings in a simple and
 consistent way from a variety of sources, individually or combined:
  - command line
  - environment variables
  - INI files
  - JSON
  - YAML
  - Python objects/modules
 .
 This package contains the modules for Python2.

Package: python3-setoptconf
Architecture: all
Depends:
 python3-yaml,
 ${misc:Depends},
 ${python3:Depends}
Description: retrieve Python3 program settings from a variety of sources
 setoptconf is a Python library to define desired settings in a simple and
 consistent way from a variety of sources, individually or combined:
  - command line
  - environment variables
  - INI files
  - JSON
  - YAML
  - Python objects/modules
 .
 This package contains the modules for Python3.