LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
unplugged/__init__.py
unplugged/admin.py
unplugged/apps.py
unplugged/baseplugin.py
unplugged/bootstrap.py
unplugged/commands.py
unplugged/jsonapi.py
unplugged/jsonschema.py
unplugged/pluginhandler.py
unplugged/routing.py
unplugged/scheduler.py
unplugged/schema.py
unplugged/signals.py
unplugged/urls.py
unplugged/utils.py
unplugged.egg-info/PKG-INFO
unplugged.egg-info/SOURCES.txt
unplugged.egg-info/dependency_links.txt
unplugged.egg-info/requires.txt
unplugged.egg-info/top_level.txt
unplugged/libs/__init__.py
unplugged/libs/marshmallow_jsonschema/__init__.py
unplugged/libs/marshmallow_jsonschema/base.py
unplugged/libs/marshmallow_jsonschema/compat.py
unplugged/libs/marshmallow_jsonschema/validation.py
unplugged/migrations/0001_initial.py
unplugged/migrations/0002_simpleadminplugin_simpleadmintemplate.py
unplugged/migrations/0003_simpleadminplugin_display_name.py
unplugged/migrations/0004_auto_20190425_1302.py
unplugged/migrations/0005_auto_20190518_1557.py
unplugged/migrations/0006_auto_20190522_1907.py
unplugged/migrations/0007_auto_20190706_0817.py
unplugged/migrations/0008_auto_20190715_1944.py
unplugged/migrations/__init__.py
unplugged/models/__init__.py
unplugged/models/log.py
unplugged/models/plugin.py
unplugged/models/scheduler.py
unplugged/plugins/__init__.py
unplugged/plugins/service.py
unplugged/services/__init__.py
unplugged/services/admin/__init__.py
unplugged/services/admin/admin.py
unplugged/services/admin/apps.py
unplugged/services/admin/handler.py
unplugged/services/admin/models.py
unplugged/services/admin/migrations/0001_initial.py
unplugged/services/admin/migrations/__init__.py
unplugged/services/admin/views/__init__.py
unplugged/services/admin/views/log.py
unplugged/services/admin/views/permission.py
unplugged/services/admin/views/plugin.py
unplugged/services/admin/views/scheduler.py
unplugged/services/admin/views/shared.py
unplugged/services/admin/views/simpleadmin.py
unplugged/services/admin/views/user.py
unplugged/services/api/__init__.py
unplugged/services/api/apps.py
unplugged/services/api/handler.py
unplugged/services/api/views.py
unplugged/services/user/__init__.py
unplugged/services/user/apps.py
unplugged/services/user/handler.py
unplugged/services/user/views.py
unplugged/services/user/migrations/0001_initial.py
unplugged/services/user/migrations/0002_auto_20171205_2025.py
unplugged/services/user/migrations/__init__.py
unplugged/services/wamp/__init__.py
unplugged/services/wamp/apps.py
unplugged/services/wamp/handler.py
unplugged/tests/__init__.py
unplugged/tests/conftest.py
unplugged/tests/tests.py
unplugged/views/__init__.py
unplugged/views/log.py
unplugged/views/plugin.py
unplugged/views/scheduler.py