edornd / argdantic

Typed command line interfaces with argparse and pydantic
MIT License
38 stars 4 forks source link

Support for env variables #6

Closed edornd closed 1 year ago

edornd commented 1 year ago

Given pydantic support for env variables is great, provide ready-to-use settings boilerplate to support them as well. Bonus: make sure the support is optional during installation (e.g., use argdantic[env] during installation, otherwise python-dotenv should not be included to keep it simple and lightweight).

edornd commented 1 year ago

Supported through pydantic at the moment.