.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/ConfigModel.egg-info/PKG-INFO
src/ConfigModel.egg-info/SOURCES.txt
src/ConfigModel.egg-info/dependency_links.txt
src/ConfigModel.egg-info/not-zip-safe
src/ConfigModel.egg-info/requires.txt
src/ConfigModel.egg-info/top_level.txt
src/configmodel/ConfigModel.py
src/configmodel/Decorators.py
src/configmodel/FieldBase.py
src/configmodel/Logger.py
src/configmodel/MixinCachedValues.py
src/configmodel/MixinDelayedWrite.py
src/configmodel/SerializerBase.py
src/configmodel/SerializerIni.py
src/configmodel/SerializersFactory.py
src/configmodel/Utils.py
src/configmodel/__init__.py
tests/__init__.py
tests/conftest.py
tests/mock_Serializer.py
tests/test_ConfigModel.py
tests/test_InterruptibleTimer.py
tests/test_Logger.py
tests/test_MixinCachedValues.py
tests/test_MixinDelayedWrite.py
tests/test_SerializerIni.py
tests/test_SerializersFactory.py