Metadata-Version: 2.4
Name: metaconfig
Version: 0.1.4a1
Summary: A ConfigParser bootstraping library
Home-page: 
Download-URL: http://ndg.nerc.ac.uk/dist
Author: Stephen Pascoe
Author-email: Stephen.Pascoe@stfc.ac.uk
License: BSD
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: keywords
Dynamic: license
Dynamic: summary



Metaconfig
==========

Metaconfig is a library for centralising your Python's ConfigParser
files.  It is inspired by the logging module where it is increadibly
easy to start writing code that depends on logging whilst deferring
how log messages will be handled until later.

To get started with metaconfig just do::

  import metaconfig
  conf = metaconfig.get_config(__name__)

conf will be a ConfigParser instance.  You can create a centralised
config file to configure multiple applications and libraries.

Further documentation is available at http://packages.python.org/metaconfig/.

