]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
python/knot_resolver: new basic structure docs-python-refac-ga7je5/deployments/8530 python-refactoring
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 5 Feb 2026 13:42:10 +0000 (14:42 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 6 Feb 2026 14:59:36 +0000 (15:59 +0100)
commit74884166c341eefe339ccac8ed41bedd2598b08b
treef75532236e3f72366d8f3aea6729c75a2e2ef884
parent1652be558085eeb6ad1cc95e228158d99811340f
python/knot_resolver: new basic structure
25 files changed:
pyproject.toml
python/knot_resolver/__init__.py [new file with mode: 0644]
python/knot_resolver/__main__.py [new file with mode: 0644]
python/knot_resolver/client/__init__.py [new file with mode: 0644]
python/knot_resolver/client/__main__.py [new file with mode: 0644]
python/knot_resolver/client/main.py [new file with mode: 0644]
python/knot_resolver/controller/__init__.py [new file with mode: 0644]
python/knot_resolver/controller/errors.py [new file with mode: 0644]
python/knot_resolver/controller/supervisord.py [new file with mode: 0644]
python/knot_resolver/errors.py [new file with mode: 0644]
python/knot_resolver/logging.py [new file with mode: 0644]
python/knot_resolver/main.py [new file with mode: 0644]
python/knot_resolver/manager/__init__.py [new file with mode: 0644]
python/knot_resolver/manager/__main__.py [new file with mode: 0644]
python/knot_resolver/manager/errors.py [new file with mode: 0644]
python/knot_resolver/manager/main.py [new file with mode: 0644]
python/knot_resolver/manager/manager.py [new file with mode: 0644]
python/knot_resolver/resolver.py [new file with mode: 0644]
python/knot_resolver/utils/__init__.py [new file with mode: 0644]
scripts/poe-tasks/check-code
scripts/poe-tasks/fix-format
scripts/poe-tasks/run
scripts/poe-tasks/test-unit
setup.py
tests/python/knot_resolver/test_logging.py [new file with mode: 0644]