LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
w/__init__.py
w/apps.py
w/debug.py
w/exceptions.py
w/utils.py
w/data_test_factory/__init__.py
w/data_test_factory/data_test_factory.py
w/django/__init__.py
w/django/models.py
w/django/utils.py
w/django/w_command.py
w/django/services/__init__.py
w/django/services/business/__init__.py
w/django/services/business/user_service.py
w/django/templatetags/__init__.py
w/django/templatetags/util_filters.py
w/django/tests/__init__.py
w/django/tests/django_testcase.py
w/django/tests/view_testcase.py
w/django/tests/builders/__init__.py
w/django/tests/builders/user_test_builder.py
w/django/tests/factories/__init__.py
w/django/tests/factories/auth_factories.py
w/django/tests/factories/reference_factory.py
w/drf/__init__.py
w/drf/exception_handler.py
w/drf/mixins.py
w/drf/viewsets.py
w/drf/decorators/__init__.py
w/drf/decorators/group_required.py
w/drf/jwt/__init__.py
w/drf/jwt/jwt_authentication_backend.py
w/drf/jwt/jwt_viewset.py
w/drf/jwt/login_viewset.py
w/drf/serializers/__init__.py
w/drf/serializers/fields.py
w/drf/serializers/mixins.py
w/drf/serializers/serpy_serializers.py
w/drf/sso/__init__.py
w/drf/sso/sso_auth_backend.py
w/drf/sso/sso_user_mixin.py
w/drf/tests/__init__.py
w/drf/tests/api_testcase.py
w/drf/tests/helpers/__init__.py
w/drf/tests/helpers/jwt/__init__.py
w/drf/tests/helpers/jwt/jwt_test_helper.py
w/drf/validators/__init__.py
w/drf/validators/drf_validator.py
w/mixins/__init__.py
w/mixins/dataclasses_mixin.py
w/serializers/__init__.py
w/serializers/serializer.py
w/services/__init__.py
w/services/abstract_model_service.py
w/services/abstract_service.py
w/services/imports/__init__.py
w/services/imports/models/__init__.py
w/services/imports/models/import_report.py
w/services/technical/__init__.py
w/services/technical/abstract_import_service.py
w/services/technical/auth_service.py
w/services/technical/cloudinary_service.py
w/services/technical/csv_service.py
w/services/technical/date_service.py
w/services/technical/db_service.py
w/services/technical/dict_service.py
w/services/technical/excel_service.py
w/services/technical/file_service.py
w/services/technical/filesystem_service.py
w/services/technical/google_map_service.py
w/services/technical/ip_service.py
w/services/technical/json_service.py
w/services/technical/key_generator_service.py
w/services/technical/list_service.py
w/services/technical/mail_service.py
w/services/technical/pdf_service.py
w/services/technical/request_service.py
w/services/technical/sso_service.py
w/services/technical/string_service.py
w/services/technical/template_service.py
w/services/technical/url_service.py
w/services/technical/yaml_service.py
w/services/technical/yousign_service.py
w/services/technical/models/__init__.py
w/services/technical/models/csv_dump_options.py
w/services/technical/models/request_response.py
w/services/technical/models/request_session.py
w/services/technical/models/sso.py
w/services/technical/models/yousign.py
w/tests/__init__.py
w/tests/builders/__init__.py
w/tests/builders/abstract_test_builder.py
w/tests/builders/test_test_builder.py
w/tests/fixtures/__init__.py
w/tests/fixtures/datasets/__init__.py
w/tests/fixtures/datasets/builders/__init__.py
w/tests/fixtures/datasets/builders/builder_with_auto_now.py
w/tests/fixtures/datasets/builders/builder_with_internal_dependencies.py
w/tests/fixtures/datasets/builders/builder_with_related_dependencies.py
w/tests/fixtures/datasets/builders/factory_boy.py
w/tests/fixtures/datasets/builders/models.py
w/tests/fixtures/datasets/builders/simple_builder.py
w/tests/fixtures/datasets/django_app/__init__.py
w/tests/fixtures/datasets/django_app/apps.py
w/tests/fixtures/datasets/django_app/drf_serializer.py
w/tests/fixtures/datasets/django_app/dtf_models.py
w/tests/fixtures/datasets/django_app/dtf_recipes.py
w/tests/fixtures/datasets/django_app/example_service.py
w/tests/fixtures/datasets/django_app/factory_boys.py
w/tests/fixtures/datasets/django_app/models.py
w/tests/fixtures/datasets/django_app/serpy_serializer.py
w/tests/fixtures/datasets/django_app/simple_service.py
w/tests/fixtures/datasets/django_app/urls.py
w/tests/fixtures/datasets/django_app/viewsets.py
w/tests/fixtures/datasets/sso_service/__init__.py
w/tests/fixtures/datasets/sso_service/create_sso_user_with_success_return_dict.json
w/tests/fixtures/datasets/sso_service/get_or_create_sso_user_with_success_return_dict.json
w/tests/fixtures/datasets/sso_service/get_or_create_user_with_unknown_user_return_user.json
w/tests/fixtures/datasets/yousign_test/__init__.py
w/tests/fixtures/datasets/yousign_test/yousign.py
w/tests/helpers/__init__.py
w/tests/helpers/auth_test_helper.py
w/tests/helpers/cloudinary_test_helper.py
w/tests/helpers/date_test_helper.py
w/tests/helpers/google_test_helper.py
w/tests/helpers/orm_test_helper.py
w/tests/helpers/request_test_helper.py
w/tests/helpers/service_test_helper.py
w/tests/helpers/sso_test_helper.py
w/tests/helpers/yousign_test_helper.py
w/tests/mixins/__init__.py
w/tests/mixins/api_viewset_mixin.py
w/tests/mixins/factory_boy_mixin.py
w/tests/mixins/faker_mixin.py
w/tests/mixins/serializer_mixin.py
w/tests/mixins/testcase_mixin.py
w/tests/serializers/__init__.py
w/tests/serializers/serpy_serializers.py
w/tests/serializers/test_serpy_serializer.py
w/tests/services/__init__.py
w/tests/services/test_abstract_model_service.py
w/tests/services/technical/__init__.py
w/tests/services/technical/test_abstract_import_service.py
w/tests/services/technical/test_auth_service.py
w/tests/services/technical/test_cloudinary_service.py
w/tests/services/technical/test_csv_service.py
w/tests/services/technical/test_date_service.py
w/tests/services/technical/test_dict_service.py
w/tests/services/technical/test_excel_service.py
w/tests/services/technical/test_file_service.py
w/tests/services/technical/test_filesystem_service.py
w/tests/services/technical/test_google_map_service.py
w/tests/services/technical/test_ip_service.py
w/tests/services/technical/test_json_service.py
w/tests/services/technical/test_key_generator_service.py
w/tests/services/technical/test_list_service.py
w/tests/services/technical/test_mail_service.py
w/tests/services/technical/test_pdf_service.py
w/tests/services/technical/test_request_service.py
w/tests/services/technical/test_sso_service.py
w/tests/services/technical/test_string_service.py
w/tests/services/technical/test_template_service.py
w/tests/services/technical/test_url_service.py
w/tests/services/technical/test_yaml_service.py
w/tests/services/technical/test_yousign_service.py
wedge_lib.egg-info/PKG-INFO
wedge_lib.egg-info/SOURCES.txt
wedge_lib.egg-info/dependency_links.txt
wedge_lib.egg-info/requires.txt
wedge_lib.egg-info/top_level.txt