LICENSE.md
MANIFEST.in
README.md
setup.cfg
setup.py
docs/APIs.rst
docs/Contributing.rst
docs/Installation.rst
docs/Introduction.rst
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
gdaps/__init__.py
gdaps/admin.py
gdaps/api.py
gdaps/apps.py
gdaps/conf.py
gdaps/exceptions.py
gdaps/models.py
gdaps/pluginmanager.py
gdaps/validators.py
gdaps.egg-info/PKG-INFO
gdaps.egg-info/SOURCES.txt
gdaps.egg-info/dependency_links.txt
gdaps.egg-info/not-zip-safe
gdaps.egg-info/requires.txt
gdaps.egg-info/top_level.txt
gdaps/drf/__init__.py
gdaps/drf/apps.py
gdaps/drf/urls.py
gdaps/graphene/__init__.py
gdaps/graphene/api.py
gdaps/graphene/apps.py
gdaps/graphene/schema.py
gdaps/graphene/urls.py
gdaps/management/__init__.py
gdaps/management/commands/__init__.py
gdaps/management/commands/initializeplugins.py
gdaps/management/commands/startplugin.py
gdaps/management/commands/syncplugins.py
gdaps/management/templates/__init__.py
gdaps/management/templates/plugin/MANIFEST.in-tpl
gdaps/management/templates/plugin/README.rst-tpl
gdaps/management/templates/plugin/__init__.py-tpl
gdaps/management/templates/plugin/admin.py-tpl
gdaps/management/templates/plugin/apps.py-tpl
gdaps/management/templates/plugin/conf.py-tpl
gdaps/management/templates/plugin/models.py-tpl
gdaps/management/templates/plugin/setup.cfg-tpl
gdaps/management/templates/plugin/setup.py-tpl
gdaps/management/templates/plugin/tests.py-tpl
gdaps/management/templates/plugin/views.py-tpl
gdaps/management/templates/plugin/api/__init__.py-tpl
gdaps/management/templates/plugin/api/interfaces.py-tpl
gdaps/management/templates/plugin/migrations/__init__.py-tpl
gdaps/migrations/0001_initial.py
gdaps/migrations/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_cmd_initialize.py
tests/test_gdaps_settings.py
tests/test_implements_enabled_disabled.py
tests/test_interfaces.py
tests/test_interfaces_services.py
tests/test_plugin1.py
tests/test_pluginmanager.py
tests/plugins/__init__.py
tests/plugins/plugin1/__init__.py
tests/plugins/plugin1/apps.py
tests/plugins/plugin1/conf.py
tests/plugins/plugin1/api/__init__.py
tests/plugins/plugin1/api/interfaces.py
tests/plugins/plugin2/__init__.py
tests/plugins/plugin2/apps.py