Skip to content

Releases: inokufu/python-config

0.3.2

30 Mar 13:58

Choose a tag to compare

0.3.1

06 Mar 15:35

Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

0.3.0

08 Jan 10:23
a2f0916

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

0.1.0

24 Apr 14:38
e6eeb19

Choose a tag to compare

  • Initial release of the configuration library
  • ConfigContract abstract base class defining the configuration interface
  • Environment enum with DEVELOPMENT, STAGING, and PRODUCTION options
  • LogLevel enum mapping to standard Python logging levels
  • Settings class using Pydantic for environment variable loading
  • Support for .env file configuration
  • Type-safe configuration with validation
  • Helper methods for environment checking