Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-lor/pydantic-basesettings-lightning-talk

Lightning talk slideshow & examples about Pydantic's BaseSettings usage
https://github.com/david-lor/pydantic-basesettings-lightning-talk

dotenv lightning-talk pydantic python python-settings

Last synced: 25 days ago
JSON representation

Lightning talk slideshow & examples about Pydantic's BaseSettings usage

Awesome Lists containing this project

README

        

# Pydantic-Settings

Lightning talk & examples about using Pydantic BaseSettings, used
to load settings from environment variables or dotenv files through a Python class.

## Internal Resources

- [slideshow](Pydantic-Settings.pdf)
- [examples](examples)

## External References

- [pydantic @ github](https://github.com/samuelcolvin/pydantic/)
- [pydantic @ pypi](https://pypi.org/project/pydantic/)
- [pydantic docs](https://pydantic-docs.helpmanual.io/)
- [pydantic BaseSettings docs](https://pydantic-docs.helpmanual.io/usage/settings/)