python-envparse 0.2.0-1 source package in Ubuntu

Changelog

python-envparse (0.2.0-1) unstable; urgency=medium

  * Initial release (Closes: #879737)

 -- Sophie Brun <email address hidden>  Wed, 25 Oct 2017 10:30:23 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-envparse_0.2.0-1.dsc 1.9 KiB bd1761a5c8fde5da2431eb1a6010c7179865c4ff4d6e232548bcba092e9332d8
python-envparse_0.2.0.orig.tar.gz 8.5 KiB ba3790177f227764be7683b7c9c490cb41cfc6ac542b643154dd7a319bd12b28
python-envparse_0.2.0-1.debian.tar.xz 2.0 KiB 29ca5a3a4df245888ba67d9441a6a4aee634ea9b3031751bb89a69463eaf6b97

No changes file available.

Binary packages built by this source

python-envparse: No summary available for python-envparse in ubuntu focal.

No description available for python-envparse in ubuntu focal.

python3-envparse: 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.