LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/gando/__init__.py
src/gando/admin.py
src/gando/apps.py
src/gando/models.py
src/gando.egg-info/PKG-INFO
src/gando.egg-info/SOURCES.txt
src/gando.egg-info/dependency_links.txt
src/gando.egg-info/requires.txt
src/gando.egg-info/top_level.txt
src/gando/architectures/__init__.py
src/gando/architectures/admin/__init__.py
src/gando/architectures/admin/models/__init__.py
src/gando/architectures/apis/__base.py
src/gando/architectures/apis/__init__.py
src/gando/architectures/apis/helpertools/__init__.py
src/gando/architectures/apis/helpertools/structures.py
src/gando/architectures/interfaces/__base.py
src/gando/architectures/interfaces/__init__.py
src/gando/architectures/models/__init__.py
src/gando/architectures/models/fields/__init__.py
src/gando/architectures/models/serializers/__init__.py
src/gando/architectures/serializers/__init__.py
src/gando/architectures/services/__base.py
src/gando/architectures/services/__creator.py
src/gando/architectures/services/__database_manager.py
src/gando/architectures/services/__getter.py
src/gando/architectures/services/__getter_creator.py
src/gando/architectures/services/__init__.py
src/gando/architectures/services/__updater.py
src/gando/auth/__init__.py
src/gando/auth/middlewares/__init__.py
src/gando/config/__init__.py
src/gando/http/__init__.py
src/gando/http/api_exceptions/__init__.py
src/gando/http/api_exceptions/base.py
src/gando/http/api_exceptions/developers/__init__.py
src/gando/http/api_exceptions/developers/base.py
src/gando/http/api_exceptions/developers/definitions.py
src/gando/http/api_exceptions/developers/errors.py
src/gando/http/api_exceptions/developers/exceptions.py
src/gando/http/api_exceptions/developers/warnings.py
src/gando/http/api_exceptions/endusers/__init__.py
src/gando/http/api_exceptions/endusers/base.py
src/gando/http/api_exceptions/endusers/definitions.py
src/gando/http/api_exceptions/endusers/errors.py
src/gando/http/api_exceptions/endusers/fail.py
src/gando/http/api_exceptions/endusers/warnings.py
src/gando/http/requests/__init__.py
src/gando/http/requests/func/__asyncio.py
src/gando/http/requests/func/__init__.py
src/gando/http/requests/methods/__init__.py
src/gando/http/requests/schemas/__init__.py
src/gando/http/requests/schemas/__request.py
src/gando/http/responses/__init__.py
src/gando/http/responses/__json_response.py
src/gando/http/responses/middlewares/__init__.py
src/gando/http/responses/middlewares/__request_monitor.py
src/gando/http/responses/middlewares/__request_response_message.py
src/gando/http/responses/middlewares/__response_structured.py
src/gando/http/responses/schemas/__data_many_false.py
src/gando/http/responses/schemas/__data_many_true.py
src/gando/http/responses/schemas/__init__.py
src/gando/http/responses/schemas/__messages.py
src/gando/http/responses/schemas/__response.py
src/gando/http/responses/string_messages/__init__.py
src/gando/management/__init__.py
src/gando/management/commands/__init__.py
src/gando/management/commands/startapi.py
src/gando/management/commands/startinterface.py
src/gando/management/commands/startmodel.py
src/gando/management/commands/startservice.py
src/gando/migrations/0001_initial.py
src/gando/migrations/__init__.py
src/gando/schemas/__init__.py
src/gando/schemas/base.py
src/gando/schemas/relations/__init__.py
src/gando/schemas/relations/object_relation/__init__.py
src/gando/schemas/responses/_.py
src/gando/schemas/responses/__init__.py
src/gando/schemas/structures/__init__.py
src/gando/utils/__init__.py
src/gando/utils/api_helper/__init__.py
src/gando/utils/api_helper/request/__init__.py
src/gando/utils/api_helper/response/__init__.py
src/gando/utils/client/__init__.py
src/gando/utils/converters/__init__.py
src/gando/utils/converters/images/__init__.py
src/gando/utils/converters/images/__small_blur_base64.py
src/gando/utils/db/__init__.py
src/gando/utils/db/uploaders/__init__.py
src/gando/utils/db/uploaders/images/__init__.py
src/gando/utils/exceptions/__init__.py
src/gando/utils/hashers/__init__.py
src/gando/utils/json/__init__.py
src/gando/utils/json/__json.py
src/gando/utils/json/encoders/__encoder.py
src/gando/utils/json/encoders/__init__.py
src/gando/utils/messages/__.py
src/gando/utils/messages/__init__.py
src/gando/utils/parsers/__init__.py
src/gando/utils/parsers/images/__init__.py
src/gando/utils/strings/__init__.py
src/gando/utils/strings/casings/__init__.py
src/gando/utils/strings/converters/__casing.py
src/gando/utils/strings/converters/__init__.py
src/gando/utils/uploaders/__init__.py
src/gando/utils/uploaders/files/__init__.py
src/gando/utils/uploaders/images/__init__.py
src/gando/utils/validators/__init__.py
src/gando/utils/validators/boolean/__init__.py
src/gando/utils/validators/color/__init__.py
src/gando/utils/validators/date/__init__.py
src/gando/utils/validators/datetime/__init__.py
src/gando/utils/validators/email/__init__.py
src/gando/utils/validators/float/__init__.py
src/gando/utils/validators/integer/__init__.py
src/gando/utils/validators/password/__init__.py
src/gando/utils/validators/slug/__init__.py
src/gando/utils/validators/time/__init__.py
src/gando/utils/validators/url/__init__.py
src/gando/utils/validators/username/__init__.py