LICENSE
MANIFEST.in
README.md
pyproject.toml
dorm/__init__.py
dorm/apps.py
dorm/exceptions.py
dorm/executor.py
dorm/urls.py
dorm/views.py
dorm/static/dorm/css/dorm.css
dorm/static/dorm/js/dorm.js
dorm/templates/dorm/base.html
dorm/templates/dorm/playground.html
dorm/templates/dorm/partials/error.html
dorm/templates/dorm/partials/result.html
dorm_plg.egg-info/PKG-INFO
dorm_plg.egg-info/SOURCES.txt
dorm_plg.egg-info/dependency_links.txt
dorm_plg.egg-info/requires.txt
dorm_plg.egg-info/top_level.txt
tests/test_executor.py
tests/test_views.py