Provides typed versions of the popular python-decouple configuration library for cleaner and safer environment variable handling. Current version is 1.0.2, with a slow release cadence. It adds type hints and Pydantic-style validation to decouple settings.
pip install decouple-typesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define typed settings with Pydantic fields, automatically populated from environment variables via decouple.
Either call `from decouple import config` and set variables, or use a decouple repository like `RepositoryEnv('.env')`.Use `cast` or pydantic validators to handle empty strings appropriately.