LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
mockspace/__init__.py
mockspace/auth.py
mockspace/db.py
mockspace/methods.py
mockspace/schema.sql
mockspace/services.py
mockspace/start_server.py
mockspace.egg-info/PKG-INFO
mockspace.egg-info/SOURCES.txt
mockspace.egg-info/dependency_links.txt
mockspace.egg-info/entry_points.txt
mockspace.egg-info/not-zip-safe
mockspace.egg-info/requires.txt
mockspace.egg-info/top_level.txt
mockspace/static/style_dark_theme.css
mockspace/templates/base.html
mockspace/templates/auth/login.html
mockspace/templates/auth/register.html
mockspace/templates/method/create_method.html
mockspace/templates/method/method_not_allowed.html
mockspace/templates/method/services.html
mockspace/templates/method/update_method.html
mockspace/templates/service/create.html
mockspace/templates/service/index.html
mockspace/templates/service/update.html