dynaconf 3.2.6
0
The dynamic configurator for your Python Project
Contents
The dynamic configurator for your Python Project
Stars: 0, Watchers: 0, Forks: 0, Open Issues: 0The rochacbruno/dynaconf-mirror
repo was created 2 months ago and the last code push was 2 months ago. The project is not very popular with only 0 github stars!
How to Install dynaconf
You can install dynaconf using pip
pip install dynaconf
or add it to a project with poetry
poetry add dynaconf
Package Details
- Author
- Bruno Rocha
- License
- MIT
- Homepage
- https://github.com/dynaconf/dynaconf
- PyPi:
- https://pypi.org/project/dynaconf/
- GitHub Repo:
- https://github.com/rochacbruno/dynaconf
Classifiers
- Software Development/Libraries
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common dynaconf errors.
Code Examples
Here are some dynaconf
code examples and snippets.
GitHub Issues
The dynaconf package has 0 open issues on GitHub
- Generating Dynaconf object from a python dict
- Bump django from 2.1.5 to 2.2.26 in /example/django_pytest_pure
- [bug] Unable to merge settings with environment variables
- [RFC] Upgrade TOML library to TOML 1.0.0
- [bug]
dynaconf init
fails withAttributeError: 'Config' object has no attribute 'current_env'
if Flask app is detected - Feature: add @jinja and @format casting
- [bug][DJANGO] settings.DEBUG doesn't work like expected
- Enforce "decode_responses=True" when connecting to Redis?
- Add pytest plugin
- [automated] Update Contributors File
- [bug] Dynamic variables are evaluated before environment variables populate values
- [RFC] Support for typing
- Use @format with @casting like @int
- [RFC] Builtin loaders for AWS SSM and AWS Secrets manager
- [breaking change] load_dotenv should default to False