container-app-conf

Convenient configuration of containerized applications

MIT License

Downloads
610
Stars
5
Committers
3

Bot releases are visible (Hide)

container-app-conf - v1.5.2

Published by markusressel about 5 years ago

  • fixed None parsing in constructor even when None is not allowed for the entry
container-app-conf - v2.0.0

Published by release-drafter[bot] about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • reworked file/directory config entry to use pathlib (#8) by @markusressel
  • only set value from env if it doesnt match the current value to prevent "invalid value" errors for "None" values
container-app-conf - v1.4.0

Published by release-drafter[bot] about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • added DirectoryConfigEntry (#6) by @markusressel
  • Feature/file config entry (#5) by @markusressel
  • added config entry name validation
  • added delimiter parameter to ListConfigEntry to set a custom delimiter
container-app-conf - v1.3.1

Published by release-drafter[bot] about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • check for duplicate config keys
container-app-conf - v1.3.0

Published by markusressel about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • added singleton pattern (#4) by @markusressel
container-app-conf - v1.2.3

Published by markusressel about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • bug fixes
container-app-conf - v1.2.2

Published by markusressel about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • generate actual list instead of comma-separated string for ListConfigEntry
container-app-conf - v1.2.1

Published by markusressel about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • bug fixes
container-app-conf - v1.2.0

Published by release-drafter[bot] about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • Added ability to generate a reference config yaml file (#3) by @markusressel
container-app-conf - v1.1.0

Published by release-drafter[bot] about 5 years ago

What’s Changed

🚀 Features and ✨ Enhancements

  • added timedelta entry type (#2) by @markusressel
  • added date entry type (#1) by @markusressel
container-app-conf - v1.0.1

Published by markusressel over 5 years ago

  • docs improvements
  • removed invalid config folder
  • allow parsing "4%" strings as float
container-app-conf - v1.0.0

Published by markusressel over 5 years ago

  • initial release
Package Rankings
Top 10.61% on Pypi.org
Badges
Extracted from project README
Contributors MIT License Code Climate Build Status