File: control

package info (click to toggle)
pystaticconfiguration 0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: python: 2,305; makefile: 8
file content (83 lines) | stat: -rw-r--r-- 3,586 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: pystaticconfiguration
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>, Sebastien Delafond <seb@debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-all,
 python-mock,
 python-pytest,
 python-setuptools,
 python-six,
 python-sphinx,
 python-sphinx-rtd-theme,
 python-yaml,
 python3-all,
 python3-mock,
 python3-pytest,
 python3-setuptools,
 python3-six,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-yaml
Standards-Version: 4.1.1
Homepage: https://github.com/dnephin/PyStaticConfiguration
Vcs-Git: https://salsa.debian.org/python-team/modules/pystaticconfiguration.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pystaticconfiguration
Testsuite: autopkgtest-pkg-python

Package: python-staticconf
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-staticconf-doc
Description: Python library for loading and reading configuration (Python 2)
 This package contains PyStaticConfiguration, a Python library for loading,
 validating and reading configuration from many heterogeneous formats.
 Configuration is split into two phases.
   * Configuration Loading: configuration is read from files or Python objects,
     flattened, and merged into a container called a `namespace`. Namespaces
     are used to separate unrelated configuration groups. If configuration is
     changed frequently, it can also be reloaded easily with very little change
     to the existing code.
   * Configuration Reading: a configuration value is looked up in the
     `namespace`. It is validating and converted to the requested type.
 .
 This package installs the library for Python 2.

Package: python3-staticconf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-staticconf-doc
Description: Python library for loading and reading configuration (Python 3)
 This package contains PyStaticConfiguration, a Python library for loading,
 validating and reading configuration from many heterogeneous formats.
 Configuration is split into two phases.
   * Configuration Loading: configuration is read from files or Python objects,
     flattened, and merged into a container called a `namespace`. Namespaces
     are used to separate unrelated configuration groups. If configuration is
     changed frequently, it can also be reloaded easily with very little change
     to the existing code.
   * Configuration Reading: a configuration value is looked up in the
     `namespace`. It is validating and converted to the requested type.
 .
 This package installs the library for Python 3.

Package: python-staticconf-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python library for loading and reading configuration (documentation)
 This package contains PyStaticConfiguration, a Python library for loading,
 validating and reading configuration from many heterogeneous formats.
 Configuration is split into two phases.
   * Configuration Loading: configuration is read from files or Python objects,
     flattened, and merged into a container called a `namespace`. Namespaces
     are used to separate unrelated configuration groups. If configuration is
     changed frequently, it can also be reloaded easily with very little change
     to the existing code.
   * Configuration Reading: a configuration value is looked up in the
     `namespace`. It is validating and converted to the requested type.
 .
 This is the common documentation package.