MANIFEST.in
README.md
pyproject.toml
src/acheck/__init__.py
src/acheck/__main__.py
src/acheck/checkers.py
src/acheck/constants.py
src/acheck/server.py
src/acheck.egg-info/PKG-INFO
src/acheck.egg-info/SOURCES.txt
src/acheck.egg-info/dependency_links.txt
src/acheck.egg-info/entry_points.txt
src/acheck.egg-info/requires.txt
src/acheck.egg-info/top_level.txt
src/acheck/checking/__init__.py
src/acheck/checking/check_interface.py
src/acheck/checking/error.py
src/acheck/checking/fixing.py
src/acheck/checks/__init__.py
src/acheck/checks/file.py
src/acheck/checks/objects.py
src/acheck/checks/signature.py
src/acheck/checks/spelling.py
src/acheck/checks/structure.py
src/acheck/checks/validating.py
src/acheck/config/__init__.py
src/acheck/config/config.py
src/acheck/config/config.toml
src/acheck/utils/__init__.py
src/acheck/utils/annotationhelper.py
src/acheck/utils/filehelper.py
src/acheck/utils/htmlhelper.py
src/acheck/utils/loghelper.py
src/acheck/utils/parsing.py
src/acheck/utils/typecheck.py
src/docs/conf.py
src/resources/__init__.py
src/resources/editor.css
src/resources/editor.html
src/resources/editor.js
src/resources/favicon.ico
src/resources/universitaet_rostock_logo.jpg
src/resources/vac_logo.png
src/resources/ace/__init__.py
src/resources/ace/ace.js
src/resources/ace/ext-beautify.js
src/resources/ace/mode-pddl.js
tests/test_annotation_tools.py
tests/test_file.py
tests/test_plan_structure.py
tests/test_spelling.py