LICENSE.md
MANIFEST.in
README.md
setup.cfg
setup.py
docs/0xf29f45a3632a1721b9ea3795808337eba06e1814.jpeg
docs/APIs.rst
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/frontend_support.rst
docs/index.rst
docs/installation.rst
docs/introduction.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/frontend/__init__.py
gdaps/frontend/api.py
gdaps/frontend/apps.py
gdaps/frontend/conf.py
gdaps/frontend/urls.py
gdaps/frontend/views.py
gdaps/frontend/engines/__init__.py
gdaps/frontend/engines/pyside/__init__.py
gdaps/frontend/management/__init__.py
gdaps/frontend/management/commands/__init__.py
gdaps/frontend/management/commands/initfrontend.py
gdaps/frontend/management/commands/startplugin.py
gdaps/frontend/management/commands/syncplugins.py
gdaps/frontend/pkgmgr/__init__.py
gdaps/frontend/tests/__init__.py
gdaps/frontend/tests/test_package_managers.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/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