django-confit
latest
  • Install
  • Configure
  • Load configuration
  • Validate schemas
  • Write configuration schemas
  • Builtin schemas
  • Demo project
  • About django-confit
    • Vision
    • Alternatives and related projects
    • License
    • Authors & contributors
    • Changelog
  • Contributing to django-confit
django-confit
  • Docs »
  • About django-confit »
  • Alternatives and related projects
  • Edit on GitHub

Alternatives and related projects¶

This document presents other projects that provide similar or complementary functionalities. It focuses on differences with django-confit.

As a matter of fact, there are many projects related to configuration on PyPI [1] (as examples, search for config or django conf).

django-configglue¶

django-configglue [2] inspired django-confit: it covers both loading and validation of settings. django-configglue is tied to INI files. The schemas look less powerful than those provided by colander [3].

ConfigIt¶

ConfigIt [4] can load settings from various formats.

References

[1]https://pypi.python.org/pypi
[2]https://pypi.python.org/pypi/django-configglue
[3]https://pypi.python.org/pypi/colander/
[4]https://pypi.python.org/pypi/ConfigIt/
Next Previous

© Copyright 2014 - Benoît Bryon. Revision 7794c313.

Built with Sphinx using a theme provided by Read the Docs.