pystaticconfiguration 0.11.1-1 source package in Ubuntu

Changelog

pystaticconfiguration (0.11.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.11.1.
  * Set Rules-Requires-Root to no.

 -- Utkarsh Gupta <email address hidden>  Mon, 14 Aug 2023 22:18:37 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pystaticconfiguration_0.11.1-1.dsc 2.3 KiB f56c12867ab1b9469dc64258e94cd968e91d1666e812c74f15ffeb77dbbd808f
pystaticconfiguration_0.11.1.orig.tar.gz 38.4 KiB 2158ecb7e60f605517fc2794f50404843d493d109290736b0aad955be2bd3865
pystaticconfiguration_0.11.1-1.debian.tar.xz 3.5 KiB 0be1a408f2dabcf6e6b8f7d4b2666db45cf6d1754d448e2e81bb87bdae1acfc4

Available diffs

No changes file available.

Binary packages built by this source

python-staticconf-doc: 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.

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