]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
wip docs-python-refac-hoq9jw/deployments/9009 python-refactoring-modeling
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 4 May 2026 14:23:05 +0000 (16:23 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 4 May 2026 14:23:05 +0000 (16:23 +0200)
commitaa26f4f58d3144f34ecc63dddf8a34186df3cec9
tree29cf43337dcaec3492224f0fef14a08ce0b3b01d
parent09445b003356d78b6b355fa6637eaf9aa74399a3
wip
13 files changed:
pyproject.toml
python/knot_resolver/config/config.py
python/knot_resolver/config/types/literals.py [new file with mode: 0644]
python/knot_resolver/utils/modeling/__init__.py
python/knot_resolver/utils/modeling/data_mapper.py [new file with mode: 0644]
python/knot_resolver/utils/modeling/data_model.py [new file with mode: 0644]
python/knot_resolver/utils/modeling/data_store.py [new file with mode: 0644]
python/knot_resolver/utils/modeling/parsing.py
python/knot_resolver/utils/modeling/pointer.py [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/config.test.json [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/config.test.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_data_model.py [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_data_store.py [new file with mode: 0644]