The Wayback Machine - https://web.archive.org/web/20210205000455/https://github.com/vinta/awesome-python/pull/1271
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dynaconf #1271

Closed
wants to merge 1 commit into from
Closed

Add Dynaconf #1271

wants to merge 1 commit into from

Conversation

@rochacbruno
Copy link
Contributor

@rochacbruno rochacbruno commented Apr 4, 2019

What is this Python project?

dynaconf a layered configuration system for Python applications - with strong support for 12-factor applications and extensions for Flask and Django.

What's the difference between this Python project and similar ones?

  • Strict separation of settings from code (following 12-factor applications Guide).
  • Define comprehensive default values.
  • Store parameters in multiple file formats (.toml, .json, .yaml, .ini and .py).
  • Sensitive secrets like tokens and passwords can be stored in safe places like .secrets file or vault server.
  • Parameters can optionally be stored in external services like Redis server.
  • Simple feature flag system.
  • Layered [environment] system.
  • Environment variables can be used to override parameters.
  • Support for .env files to automate the export of environment variables.
  • Correct data types (even for environment variables).
  • Have only one canonical settings module to rule all your instances.
  • Drop in extension for Flask app.config object.
  • Drop in extension for Django conf.settings object.
  • Powerful $ dynaconf CLI to help you manage your settings via console.
  • Customizable Validation System to ensure correct config parameters.
  • Allow the change of dynamic parameters on the fly without the need to redeploy your application.

See more in https://dynaconf.readthedocs.io

Anyone who agrees with this pull request could vote for it by adding a 馃憤 to it, and usually, the maintainer will merge it when votes reach 20.

@rochacbruno rochacbruno changed the title Dynaconf Add Dynaconf Apr 4, 2019
@vinta vinta force-pushed the vinta:master branch 2 times, most recently from 23abd09 to 40cd98b Jun 6, 2019
@stale
Copy link

@stale stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@rochacbruno
Copy link
Contributor Author

@rochacbruno rochacbruno commented Oct 30, 2019

What can I do?

@stale stale bot removed the stale label Oct 30, 2019
@stale stale bot added the stale label Nov 29, 2019
@stale stale bot closed this Nov 29, 2019
@rochacbruno rochacbruno deleted the rochacbruno:patch-2 branch Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant