Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@ajaykarthikr ajaykarthikr released this 05 Jul 11:19
v0.2.0
1f12ecd

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