Derpconf Versions Save

derpconf abstracts loading configuration files for your app.

0.8.4

7 months ago

What's Changed

Full Changelog: https://github.com/globocom/derpconf/compare/v0.8.3...0.8.4

v0.8.3

5 years ago
  • Allows generating config text even when dicts on Config defaults (by @heynemann).

Diff to previous release

v0.8.2

6 years ago
  • Allows getting all configured items using config.items (by @heynemann);
  • Support default values (by @heynemann);
  • Stop depending on tornado (by @wking);
  • Fix loading environment variables (by @dmpinheiro);
  • Debian packaging (by @marcelometal and @gi11es);
  • Ability to read multiple config files (by @gi11es);
  • PEP-8 fixes (by @rfloriano);
  • Fix: error when a var is defined as a tuple and generate_config is used (by @rfloriano);
  • Limit directory scanning of variables to .conf files (by @gi11es).

Diff to previous release

0.6.0

9 years ago
  • Added support for reloading configurations.

0.5.1

9 years ago
  • Added support for specifying configuration overrides with environment variables.