Advertisement · 728 × 90
#
Hashtag
#dynaconf
Advertisement · 728 × 90
Preview
Commits · dynaconf/dynaconf Configuration Management for Python ⚙. Contribute to dynaconf/dynaconf development by creating an account on GitHub.

10 years ago, I made the first commit on #dynaconf - The #Python configuration library

7 0 0 0
Preview
Building LocalStack with LocalStack We are increasingly building various parts of the LocalStack Web Application using our core cloud emulator, leveraging numerous features for local cloud development. In this blog, we share how we are dogfooding our software to promote faster feature development and reduce inefficient testing loops.

How LocalStack uses #Dynaconf to manage AWS Boto configurations

blog.localstack.clou...

2 0 0 0
Post image

Taigram: как мы решали проблемы данных и пришли к бете Пр...

habr.com/ru/articles/891290/

#open #source #python #dynaconf #fastapi #aiogram #taiga #taigram #lifespan #json

Event Attributes

0 0 0 0
Post image

Taigram: Архитектура приложения Всем привет! Мы продолжа...

habr.com/ru/articles/887172/

#python #taiga #aiogram #fastapi #telegram #dynaconf #github #actions #yaml #ci #cd

Event Attributes

2 1 0 0
Preview
feat: Add CLI command `debug-info` by rochacbruno · Pull Request #1251 · dynaconf/dynaconf To be ported to main Related #1234 dynaconf debug-info Prints debug information about the current settings instance $ dynaconf debug-info --help Usage: dynaconf debug-info [OPTIONS] Prints debug...

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/...

2 0 0 0
1password 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.

4 0 0 0
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/dynaconf/dynaconf/pull/1159/files #python #dynaconf #tt

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

0 0 0 0
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.…

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

0 0 0 0
Preview
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…

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

0 0 0 0
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…

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

1 0 0 0