configobj 5.0.8-3 source package in Ubuntu

Changelog

configobj (5.0.8-3) unstable; urgency=medium

  * Team upload.
  * remove obsolete dependency on python3-mock

  [ Jelmer Vernooij ]
  * remove obsolete dependency on python3-six

 -- Alexandre Detiste <email address hidden>  Mon, 08 Jan 2024 00:59:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
configobj_5.0.8-3.dsc 2.3 KiB 1251d8d3c1f935ad325ba401efcb91907a4dfad86768e830fc9ffd3f77c9eb32
configobj_5.0.8.orig.tar.gz 96.7 KiB 547dc047e31c71d7a8732016336769ed450588f34a7c13077aa7acc7df245eda
configobj_5.0.8-3.debian.tar.xz 12.9 KiB e493337e2dac0aa3286c38f3ba902a352d00397acddbb82a29f5d3669d2afbac

Available diffs

No changes file available.

Binary packages built by this source

python-configobj-doc: simple but powerful config file reader and writer (documentation)

 ConfigObj is a simple but powerful config file reader and writer: an
 ini file round tripper. Its main feature is that it is very easy to
 use, with a straightforward programmer's interface and a simple
 syntax for config files. It has lots of other features, though:
 .
  * Nested sections (subsections), to any level
  * List values
  * Multiple line values
  * String interpolation (substitution)
  * Integrated with a powerful validation system
    + including automatic type checking/conversion
    + and allowing default values
    + repeated sections
  * All comments in the file are preserved
  * The order of keys/sections is preserved
  * Full Unicode support
  * Powerful unrepr mode for storing/retrieving Python data-types
 .
 This package includes the documentation in HTML format.

python3-configobj: simple but powerful config file reader and writer for Python 3

 ConfigObj is a simple but powerful config file reader and writer: an
 ini file round tripper. Its main feature is that it is very easy to
 use, with a straightforward programmer's interface and a simple
 syntax for config files. It has lots of other features, though:
 .
  * Nested sections (subsections), to any level
  * List values
  * Multiple line values
  * String interpolation (substitution)
  * Integrated with a powerful validation system
    + including automatic type checking/conversion
    + and allowing default values
    + repeated sections
  * All comments in the file are preserved
  * The order of keys/sections is preserved
  * Full Unicode support
  * Powerful unrepr mode for storing/retrieving Python data-types
 .
  This is the Python 3 version of the package.