Skip to content

Material for my PyCon US 2021 Talk "Declarative Configs for Maintainable Reproducible Code"

Notifications You must be signed in to change notification settings

jstriebel/declarative-configs

Repository files navigation

Declarative Configs for Maintainable Reproducible Code

Material for my talk at the PyCon US 2021:

Link to Youtube Video:

Youtube Link

Description

Wondering how to keep your application config from getting outdated? Looking for a way to future-proof it in a backwards-compatible manner, keeping previous versions reproducible? Join this talk, we’ll share how declarative configs can be leveraged to make your code maintainable and reproducible at the same time.

Therefore, an overview across the application config landscape is given – from inputs as cli-args, env-vars, and config-files, to their representations in code, covering serialization & deserialization, type-safety with config-schemas and evolutions. We’ll recommend cherries to pick for a maintainable and expressive declarative config system.

Links

About

Material for my PyCon US 2021 Talk "Declarative Configs for Maintainable Reproducible Code"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published