Skip to content

Releases: pkeorley/python-lenv

python-lenv v0.5.0

28 Aug 01:07
Compare
Choose a tag to compare

Full Changelog: CHANGELOG.md

Added

  • Documentation for each exported class/function/variable
  • lenv.Config class that allows you to configure package behavior
  • ABCThrowable class for future stuff

Refactor:

  • Rename and expose _TMetadata as TMetadata
  • Added abc.py, types.py and errors.py modules

python-lenv v0.4.0

17 Aug 15:01
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

  • Global refactoring

python-lenv v0.3.1

20 Jun 11:05
Compare
Choose a tag to compare

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

19 Jun 11:30
Compare
Choose a tag to compare

Full changelog: v0.2.0...v0.3.0

  • Implemented the Metadata class.
  • Implemented meta parameters raise_when_not_found and filters.
  • Renamed the Meta class to MetaEnvironmentVariablesLoader.

python-lenv v0.2.0

17 Jun 15:06
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

  • Implementation of the ability to configure the loading of environment variables into a class using the metadata class attribute
  • Refactoring and implementation of various mechanisms for accessing environment variables

python-lenv v0.1.0

15 Jun 19:54
Compare
Choose a tag to compare