configparse
Abstract  •  Download  •  Source repository  •  History  •  License
home

Python programs
 can
 Krikkit
 usEd
 
Python modules
 configparse
 tarfile
 
Source Patches
 ccache-zlib
 
Tools
 g33x-toolbox
 
Feeds
 RSS 2.0

An optparse extension module for configuration file parsing.

Abstract

optparse is a powerful, flexible, extensible, easy-to-use command-line parsing library that is part of the Python standard library. configparse is built on top of optparse and uses the same interface to allow simple parsing of configuration files.

There is documentation available.

Download

Current release 0.3:

  • 2005-09-02:
    configparse-0.3.tar.gz (8.9 KB)

    • Fixed: Raise OptionError when passing option strings to config-only options.
    • Improved Option object's string representation.

Please direct bug reports and other requests to lars@gustaebel.de.

Source repository

The development source code for configparse is available from a public subversion repository. You can check out the trunk anonymously:

    $ svn co http://gustaebel.de/svn/lars/configparse/trunk configparse
You can browse the repository online here.

History

0.2 - 2005-02-21: download

License

configparse is distributed under a BSD-style license.

configparse - Copyright © 2005, Lars Gustäbel (lars@gustaebel.de)
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

powered by django