Releases: ajaykarthikr/pymultienv
Releases · ajaykarthikr/pymultienv
v0.2.0
Stable version that supports reading environment variables from config files with correct type hint.
- Support
.env
file
- Support
.ini
file
- Custom casting support
- Expand boolean casting for
true
, t
, yes
, y
, 1
, on
as True
and false
, f
, no
, n
, 0
, ""
as False