Skip to main content

A small package to automatically find a configuration file.

Project description

Full Documentation

https://config-resolver.readthedocs.org/en/latest/

Repository

https://github.com/exhuma/config_resolver

PyPI

https://pypi.python.org/pypi/config_resolver

config_resolver provides a simple, yet flexible way to provide configuration to your applications. It follows the XDG Base Dir Spec (This instance is based on 0.8 of this spec) for config file locations, and adds additional ways to override config locations. The aims of this package are:

  • Provide a simple API

  • Follow well-known standards for config-file locations

  • Be as close to pure-Python as possible

  • Be framework agnostic

  • Allow custom configutaion types (.ini and .json support is shipped by default)

  • Allow to provide system-wide defaults but allow overriding of values for more specific environments. These are (in increasing order of specificity):

    1. System-wide configuration (potentially requiring root-access to modify)

    2. User-level configuration (for all instances running as that user)

    3. Current Working Directory configuration (for a running instance)

    4. Per-Instance configuration

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

config_resolver-5.1.0.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

config_resolver-5.1.0-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

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