Releases: inokufu/python-config
Releases · inokufu/python-config
0.3.2
Full Changelog: v0.3.1...v0.3.2
0.3.1
Full Changelog: v0.3.0...v0.3.1
0.3.0
0.1.0
- 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