File: control

package info (click to toggle)
python-envparse 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: python: 302; makefile: 15
file content (47 lines) | stat: -rw-r--r-- 1,732 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
Source: python-envparse
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-all,
 python-pytest,
 python-setuptools,
 python3-all,
 python3-pytest,
 python3-setuptools
Standards-Version: 4.1.1
Homepage: https://github.com/rconradharris/envparse
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-envparse.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-envparse.git
Testsuite: autopkgtest-pkg-python

Package: python-envparse
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: environment variable parsing (Python 2)
 This package contains a simple utility to parse environment variables.
 os.environ is a great choice to start off with but over time you'll find
 yourself duplicating quite a bit of code around handling raw environment
 variables. envparse aims to eliminate this duplicated, often inconsistent
 parsing code and instead provide a single, easy-to-use wrapper.
 .
 This package installs the library for Python 2.

Package: python3-envparse
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: environment variable parsing (Python 3)
 This package contains a simple utility to parse environment variables.
 os.environ is a great choice to start off with but over time you'll find
 yourself duplicating quite a bit of code around handling raw environment
 variables. envparse aims to eliminate this duplicated, often inconsistent
 parsing code and instead provide a single, easy-to-use wrapper.
 .
 This package installs the library for Python 3.