Skip to content

Releases: ajaykarthikr/pymultienv

v0.2.0

05 Jul 11:19
v0.2.0
1f12ecd
Compare
Choose a tag to compare

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