MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/source/authapp.py
docs/source/authn.rst
docs/source/conf.py
docs/source/exampleapp.py
docs/source/index.rst
docs/source/usingmorpfw.rst
docs/source/views.rst
morpfw/__init__.py
morpfw/app.py
morpfw/cli.py
morpfw/default_settings.yml
morpfw/directive.py
morpfw/exc.py
morpfw/interfaces.py
morpfw/main.py
morpfw/sql.py
morpfw/util.py
morpfw.egg-info/PKG-INFO
morpfw.egg-info/SOURCES.txt
morpfw.egg-info/dependency_links.txt
morpfw.egg-info/entry_points.txt
morpfw.egg-info/not-zip-safe
morpfw.egg-info/requires.txt
morpfw.egg-info/top_level.txt
morpfw/authn/__init__.py
morpfw/authn/base.py
morpfw/authn/cookie.py
morpfw/authn/noauth.py
morpfw/authn/remoteuser.py
morpfw/authn/useridparam.py
morpfw/authn/pas/__init__.py
morpfw/authn/pas/app.py
morpfw/authn/pas/exc.py
morpfw/authn/pas/model.py
morpfw/authn/pas/path.py
morpfw/authn/pas/permission.py
morpfw/authn/pas/policy.py
morpfw/authn/pas/utils.py
morpfw/authn/pas/validator.py
morpfw/authn/pas/view.py
morpfw/authn/pas/apikey/__init__.py
morpfw/authn/pas/apikey/model.py
morpfw/authn/pas/apikey/path.py
morpfw/authn/pas/apikey/schema.py
morpfw/authn/pas/apikey/view.py
morpfw/authn/pas/group/__init__.py
morpfw/authn/pas/group/model.py
morpfw/authn/pas/group/path.py
morpfw/authn/pas/group/schema.py
morpfw/authn/pas/group/view.py
morpfw/authn/pas/storage/__init__.py
morpfw/authn/pas/storage/interfaces.py
morpfw/authn/pas/storage/ldap3storage.py
morpfw/authn/pas/storage/memorystorage.py
morpfw/authn/pas/storage/pamstorage.py
morpfw/authn/pas/storage/sqlstorage/__init__.py
morpfw/authn/pas/storage/sqlstorage/dbmodel.py
morpfw/authn/pas/storage/sqlstorage/sqlstorage.py
morpfw/authn/pas/user/__init__.py
morpfw/authn/pas/user/model.py
morpfw/authn/pas/user/path.py
morpfw/authn/pas/user/schema.py
morpfw/authn/pas/user/view.py
morpfw/authz/__init__.py
morpfw/authz/pas.py
morpfw/avro/__init__.py
morpfw/avro/jsl_to_avro.py
morpfw/crud/__init__.py
morpfw/crud/app.py
morpfw/crud/component.py
morpfw/crud/const.py
morpfw/crud/errors.py
morpfw/crud/log.py
morpfw/crud/model.py
morpfw/crud/permission.py
morpfw/crud/pubsub.py
morpfw/crud/rulesadapter.py
morpfw/crud/schema.py
morpfw/crud/signals.py
morpfw/crud/subscribers.py
morpfw/crud/types.py
morpfw/crud/util.py
morpfw/crud/validator.py
morpfw/crud/view.py
morpfw/crud/blobstorage/__init__.py
morpfw/crud/blobstorage/base.py
morpfw/crud/blobstorage/fsblobstorage.py
morpfw/crud/provider/__init__.py
morpfw/crud/provider/base.py
morpfw/crud/provider/dictprovider.py
morpfw/crud/provider/esdictprovider.py
morpfw/crud/provider/esjsonprovider.py
morpfw/crud/provider/jsonprovider.py
morpfw/crud/provider/samodelprovider.py
morpfw/crud/storage/__init__.py
morpfw/crud/storage/base.py
morpfw/crud/storage/elasticsearchstorage.py
morpfw/crud/storage/memorystorage.py
morpfw/crud/storage/sqlstorage.py
morpfw/crud/xattrprovider/__init__.py
morpfw/crud/xattrprovider/fieldxattrprovider.py
morpfw/signal/__init__.py
morpfw/signal/app.py
morpfw/signal/directive.py
morpfw/tests/__init__.py
morpfw/tests/common.py
morpfw/tests/conftest.py
morpfw/tests/test_jsonobject_convert.py
morpfw/tests/test_scheduler.py
morpfw/tests/test_signals.py
morpfw/tests/test_sqlapp.py
morpfw/tests/worker_settings.py
morpfw/tests/auth_test/__init__.py
morpfw/tests/auth_test/settings-memorystorage.yml
morpfw/tests/auth_test/settings-mount.yml
morpfw/tests/auth_test/settings-sqlalchemy.yml
morpfw/tests/auth_test/test_auth.py
morpfw/tests/auth_test/test_auth_memorystorage.py
morpfw/tests/auth_test/test_auth_sqlstorage.py
morpfw/tests/auth_test/test_mount.py
morpfw/tests/crud_test/__init__.py
morpfw/tests/crud_test/crud_common.py
morpfw/tests/crud_test/settings-sqlalchemy.yml
morpfw/tests/crud_test/settings.yml
morpfw/tests/crud_test/test_elasticsearchstorage.py
morpfw/tests/crud_test/test_memorystorage.py
morpfw/tests/crud_test/test_signal.py
morpfw/tests/crud_test/test_sqlstorage.py
morpfw/tests/crud_test/testimg.png
morpfw/tests/crud_test/testtxt.txt