dynaconf==3.3.2
# The dynamic configurator for your Python Project
$ pip install dynaconf
downloads/wk
1,606,418
license
MIT
version
3.3.2
python
<3.15,>=3.10
What is dynaconf?
Dynaconf is a Python library for managing configuration settings in your application across different environments (development, testing, production). It allows you to define, validate, and access configuration values from multiple sources like environment variables, files, and command-line arguments without hardcoding them into your code. Developers use it to keep sensitive data separate from code, easily switch between environment-specific settings, and maintain cleaner, more flexible applications.