How LocalStack uses #Dynaconf to manage AWS Boto configurations
blog.localstack.clou...
Taigram: как мы решали проблемы данных и пришли к бете Пр...
habr.com/ru/articles/891290/
#open #source #python #dynaconf #fastapi #aiogram #taiga #taigram #lifespan #json
Event Attributes
Taigram: Архитектура приложения Всем привет! Мы продолжа...
habr.com/ru/articles/887172/
#python #taiga #aiogram #fastapi #telegram #dynaconf #github #actions #yaml #ci #cd
Event Attributes
New feature coming to #python #dynaconf tomorrow!
`dynaconf debug-info` is a new command, similar to the existing `inspect` command but as a summary.
feat: Add CLI command `debug-info` by rochacbruno · Pull Request #1251 · dynaconf/dynaconf github.com/dynaconf/...
1password dynaconf
How to read #1password secrets on your #Python program using #Dynaconf
```
# settings.toml
PASSWORD = "@op op://Vault/namespace/password"
# python
print(settings.PASSWORD) # password from 1password
```
A general `@secret op://|bw://|vault://` converter that will parse the protocol is on roadmap.
A simple 2 line change made a huge difference on the time taken to instantiate Dynaconf with the merging of 14 yaml files and 44 validators.
https://github.com/d
#python #dynaconf #tt joinTheFediverse
i everyone, I filled up 35 RFCs on #python #dynaconf for 3.3.0 and 4.0.0 (breaking) so open to hear comments, suggestions, objections.
This work will shape the future of Dynaconf and open the possibility to fix the flaws we have in the current design.… joinTheFediverse
We finally added typed settings to #python #dynaconf, it uses Typing Annotations to declare defaults and Validators.
Instead of using #Pydantic we decided to go with a simpler solution that is not a breaking change to our current Validator implementation.
So this feature is still… joinTheFediverse
New feature coming to #python #Dynaconf very soon
https://github.com/dynaconf/dynaconf/pull/1106
`dynaconf list --json` will print out valid JSON representation of the current settings of the application (including #django settings) so it can be combined with `jq`
Get all… joinTheFediverse