1
1
Fork
You've already forked versionedconfig
1
Use json files as config for your python program and ensure backwards compatibility while enjoying full flexibility.
  • Python 100%
2025年03月02日 18:09:55 +01:00
tests fix: update test_migrating_from_X_to_Y to use BaseMigration 2025年03月02日 18:09:55 +01:00
versionedconfig Revert "Add function to apply all migrations" 2025年03月02日 18:03:38 +01:00
LICENSE.md Add LICENSE.md 2023年08月22日 22:54:05 +02:00
pyproject.toml dep: add "semver (>=3.0.4,<4.0.0)" to the project dependencies 2025年03月02日 18:02:53 +01:00
README.md Start simple description in README.md 2023年08月22日 22:54:26 +02:00

versionedconfig

A python library to keep your dictionary config up to date.