Skip to main content

A ConfigParser bootstraping library

Project description

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/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metaconfig-0.1.4.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page