config-resolver 5.1.0

Creator: codyrutscher

Last updated:

0 purchases

config-resolver 5.1.0 Image
config-resolver 5.1.0 Images
Add to Cart

Description:

configresolver 5.1.0

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):

System-wide configuration (potentially requiring root-access to modify)
User-level configuration (for all instances running as that user)
Current Working Directory configuration (for a running instance)
Per-Instance configuration

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.