setup.cfg
setup.py
armet/__init__.py
armet/_version.py
armet/authentication.py
armet/authorization.py
armet/decorators.py
armet/exceptions.py
armet/helpers.py
armet/media_types.py
armet/pagination.py
armet/test.py
armet.egg-info/PKG-INFO
armet.egg-info/SOURCES.txt
armet.egg-info/dependency_links.txt
armet.egg-info/requires.txt
armet.egg-info/top_level.txt
armet/attributes/__init__.py
armet/attributes/attribute.py
armet/attributes/decimal.py
armet/attributes/primitive.py
armet/attributes/temporal.py
armet/attributes/timezone.py
armet/attributes/uuid.py
armet/connectors/__init__.py
armet/connectors/bottle/__init__.py
armet/connectors/bottle/http.py
armet/connectors/bottle/resources.py
armet/connectors/django/__init__.py
armet/connectors/django/http.py
armet/connectors/django/resources.py
armet/connectors/flask/__init__.py
armet/connectors/flask/http.py
armet/connectors/flask/resources.py
armet/connectors/sqlalchemy/__init__.py
armet/connectors/sqlalchemy/resources.py
armet/deserializers/__init__.py
armet/deserializers/base.py
armet/deserializers/json.py
armet/deserializers/url.py
armet/http/__init__.py
armet/http/exceptions.py
armet/http/request.py
armet/http/response.py
armet/query/__init__.py
armet/query/constants.py
armet/query/parser.py
armet/resources/__init__.py
armet/resources/managed/__init__.py
armet/resources/managed/base.py
armet/resources/managed/meta.py
armet/resources/managed/options.py
armet/resources/model/__init__.py
armet/resources/model/base.py
armet/resources/model/meta.py
armet/resources/model/options.py
armet/resources/resource/__init__.py
armet/resources/resource/base.py
armet/resources/resource/meta.py
armet/resources/resource/options.py
armet/serializers/__init__.py
armet/serializers/base.py
armet/serializers/json.py
armet/serializers/url.py
armet/utils/__init__.py
armet/utils/decorators.py
armet/utils/functional.py
armet/utils/package.py
armet/utils/string.py
tests/__init__.py
tests/test_deserializers.py
tests/test_parse.py
tests/test_query.py
tests/test_serializers.py
tests/test_utils.py
tests/connectors/__init__.py
tests/connectors/base.py
tests/connectors/bottle.py
tests/connectors/conftest.py
tests/connectors/flask.py
tests/connectors/resources.py
tests/connectors/sqlalchemy.py
tests/connectors/test_access.py
tests/connectors/test_attributes.py
tests/connectors/test_delete.py
tests/connectors/test_get.py
tests/connectors/test_options.py
tests/connectors/test_post.py
tests/connectors/test_put.py
tests/connectors/test_resource.py
tests/connectors/test_validation.py
tests/connectors/utils.py
tests/connectors/django/__init__.py
tests/connectors/django/models.py
tests/connectors/django/settings.py
tests/connectors/django/urls.py