This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Releases: pkeorley/python-lenv
Releases · pkeorley/python-lenv
python-lenv v0.5.0
Full Changelog: CHANGELOG.md
Added
- Documentation for each exported class/function/variable
lenv.Configclass that allows you to configure package behaviorABCThrowableclass for future stuff
Refactor:
- Rename and expose
_TMetadataasTMetadata - Added
abc.py,types.pyanderrors.pymodules
python-lenv v0.4.0
Full Changelog: v0.3.1...v0.4.0
- Global refactoring
python-lenv v0.3.1
Full Changelog: v0.3.0...v0.3.1
- Fixed a bug with getting a key by value instead of getting a key by a choice between a value and a key
python-lenv v0.3.0
Full changelog: v0.2.0...v0.3.0
- Implemented the
Metadataclass. - Implemented meta parameters
raise_when_not_foundandfilters. - Renamed the
Metaclass toMetaEnvironmentVariablesLoader.
python-lenv v0.2.0
Full Changelog: v0.1.0...v0.2.0
- Implementation of the ability to configure the loading of environment variables into a class using the
metadataclass attribute - Refactoring and implementation of various mechanisms for accessing environment variables