configobj 5.0.6-3build1 source package in Ubuntu
Changelog
configobj (5.0.6-3build1) focal; urgency=medium * No-change rebuild to generate dependencies on python2. -- Matthias Klose <email address hidden> Tue, 17 Dec 2019 12:31:48 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
configobj_5.0.6.orig.tar.gz | 140.3 KiB | 2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e |
configobj_5.0.6-3build1.debian.tar.xz | 6.8 KiB | 614be0c017a64adeab311ec68cf8b8b190f219c7c306b4998462bd9542578c25 |
configobj_5.0.6-3build1.dsc | 2.4 KiB | 204e4ac8dc98bbe78dcc5e09901d9c0d9fda6dad4a7d983277d6f03d78f967cb |
Available diffs
- diff from 5.0.6-3 (in Debian) to 5.0.6-3build1 (326 bytes)
Binary packages built by this source
- python-configobj: No summary available for python-configobj in ubuntu focal.
No description available for python-configobj in ubuntu focal.
- 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.