documente_shared 0.1.183__tar.gz → 0.1.185b0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/PKG-INFO +1 -1
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/query_params.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/retry_utils.py +20 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/constants.py +6 -1
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/document.py +5 -1
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/documente_client.py +23 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/pyproject.toml +1 -1
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/uv.lock +1 -1
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/.github/workflows/publish.yml +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/.gitignore +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/.vscode/settings.json +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/Dockerfile +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/Makefile +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/README.md +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/cases.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/docker-compose.yml +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/dates.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/digest.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/exceptions.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/files.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/json.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/logging.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/numbers.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/payloads.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/time_utils.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/timezone.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/base_enum.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/document_metadata.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/document_type.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/in_memory_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/processing_case.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/processing_case_filters.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/processing_case_item.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/processing_case_item_filters.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/processing_documents.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/processing_event.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/processing_record.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/scaling.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/workspace.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/workspace_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/workspace_document_page.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/circular_oficio.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/common.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/document_type_record.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/processing_case.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/processing_case_validator.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/workspace.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/exceptions.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/filters/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/filters/document_type.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/filters/workspace.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/filters/workspace_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/filters/workspace_document_page.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/dicts.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/encoding.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/lists.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/values.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/interfaces/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/interfaces/queue.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/interfaces/scaling.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/pagination/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/pagination/entities.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/pagination/response.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/document_type.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/processing_case.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/processing_case_item.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/processing_record.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/workspace.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/workspace_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/repositories/workspace_document_page.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/batch_queue.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/dynamo_table.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/lambdas.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/dynamo_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/dynamo_processing_case.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/dynamo_processing_case_item.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_document_type.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_processing_case.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_processing_case_item.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_processing_record.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_workspace.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_workspace_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/http_workspace_document_page.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/mem_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/mem_processing_case.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/mem_processing_case_item.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/repositories/mem_processing_record.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/s3_bucket.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/services/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/services/http_scaling.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/sqs_queue.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/presentation/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/presentation/presenters.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/publish.sh +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/application/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/application/test_files.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/application/test_payloads.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/conftest.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/entities/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/entities/test_in_memory_document.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/entities/test_processing_case.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/entities/test_processing_case_item.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/entities/test_processing_record.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/enums/test_processing_case_validator.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/infrastructure/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/infrastructure/repositories/__init__.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/infrastructure/repositories/test_http_processing_record.py +0 -0
- {documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documents.py +0 -0
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/query_params.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/retry_utils.py
RENAMED
|
@@ -2,11 +2,31 @@ import time
|
|
|
2
2
|
import random
|
|
3
3
|
from functools import wraps
|
|
4
4
|
from typing import Optional, Callable
|
|
5
|
+
from urllib3.util.retry import Retry
|
|
5
6
|
import structlog
|
|
6
7
|
|
|
7
8
|
logger = structlog.get_logger()
|
|
8
9
|
|
|
9
10
|
|
|
11
|
+
class HttpRetry(Retry):
|
|
12
|
+
def increment(self, method=None, url=None, response=None, error=None, **kwargs):
|
|
13
|
+
if response is not None:
|
|
14
|
+
logger.warning(
|
|
15
|
+
"[shared.http.retry]",
|
|
16
|
+
method=method,
|
|
17
|
+
url=url,
|
|
18
|
+
status_code=response.status,
|
|
19
|
+
)
|
|
20
|
+
elif error is not None:
|
|
21
|
+
logger.warning(
|
|
22
|
+
"[shared.http.retry_connection_error]",
|
|
23
|
+
method=method,
|
|
24
|
+
url=url,
|
|
25
|
+
error=str(error),
|
|
26
|
+
)
|
|
27
|
+
return super().increment(method=method, url=url, response=response, error=error, **kwargs)
|
|
28
|
+
|
|
29
|
+
|
|
10
30
|
def retry_on_size_integrity(base_delay: float = 0.8, max_retries: int = 3):
|
|
11
31
|
def decorator(func: Callable):
|
|
12
32
|
@wraps(func)
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/constants.py
RENAMED
|
@@ -7,4 +7,9 @@ la_paz_tz = ZoneInfo("America/La_Paz")
|
|
|
7
7
|
DOCUMENTE_API_URL = environ.get("DOCUMENTE_API_URL")
|
|
8
8
|
DOCUMENTE_API_KEY = environ.get("DOCUMENTE_API_KEY")
|
|
9
9
|
|
|
10
|
-
DEFAULT_PAGINATION_PAGE_SIZE = 50
|
|
10
|
+
DEFAULT_PAGINATION_PAGE_SIZE = 50
|
|
11
|
+
|
|
12
|
+
HTTP_RETRY_TOTAL = 3
|
|
13
|
+
HTTP_RETRY_BACKOFF_FACTOR = 0.5
|
|
14
|
+
HTTP_RETRY_BACKOFF_JITTER = 0.25
|
|
15
|
+
HTTP_RETRY_STATUS_FORCELIST = frozenset([429, 500, 502, 503, 504])
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/document.py
RENAMED
|
@@ -36,6 +36,7 @@ class DocumentProcessing(object):
|
|
|
36
36
|
processed_csv_path: Optional[str] = None
|
|
37
37
|
processed_csv_bytes: Optional[bytes] = None
|
|
38
38
|
processed_xlsx_path: Optional[str] = None
|
|
39
|
+
processed_digest: str | None = None
|
|
39
40
|
processed_xlsx_bytes: Optional[bytes] = None
|
|
40
41
|
processed_json_path: Optional[str] = None
|
|
41
42
|
processed_json_bytes: Optional[bytes] = None
|
|
@@ -275,6 +276,7 @@ class DocumentProcessing(object):
|
|
|
275
276
|
'locked_by_admin': self.locked_by_admin,
|
|
276
277
|
'processed_csv_path': self.processed_csv_path,
|
|
277
278
|
'processed_xlsx_path': self.processed_xlsx_path,
|
|
279
|
+
'processed_digest': self.processed_digest,
|
|
278
280
|
'processed_json_path': self.processed_json_path,
|
|
279
281
|
'processed_metadata_path': self.processed_metadata_path,
|
|
280
282
|
'processing_time': (
|
|
@@ -343,6 +345,7 @@ class DocumentProcessing(object):
|
|
|
343
345
|
'processed_csv_bytes',
|
|
344
346
|
'processed_xlsx_path',
|
|
345
347
|
'processed_xlsx_bytes',
|
|
348
|
+
'processed_digest',
|
|
346
349
|
'processed_json_path',
|
|
347
350
|
'processed_json_bytes',
|
|
348
351
|
'processed_metadata_path',
|
|
@@ -358,7 +361,7 @@ class DocumentProcessing(object):
|
|
|
358
361
|
'feedback',
|
|
359
362
|
'metadata',
|
|
360
363
|
'document_size',
|
|
361
|
-
'document_pages'
|
|
364
|
+
'document_pages',
|
|
362
365
|
'completed_at',
|
|
363
366
|
]
|
|
364
367
|
for _property in instance_properties:
|
|
@@ -390,6 +393,7 @@ class DocumentProcessing(object):
|
|
|
390
393
|
locked_by_admin=data.get('locked_by_admin'),
|
|
391
394
|
processed_csv_path=data.get('processed_csv_path'),
|
|
392
395
|
processed_xlsx_path=data.get('processed_xlsx_path'),
|
|
396
|
+
processed_digest=data.get('processed_digest'),
|
|
393
397
|
processed_json_path=data.get('processed_json_path'),
|
|
394
398
|
processed_metadata_path=data.get('processed_metadata_path'),
|
|
395
399
|
processing_time=(
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
from contextlib import contextmanager
|
|
2
2
|
from dataclasses import dataclass
|
|
3
3
|
from requests import Response, Session
|
|
4
|
+
from requests.adapters import HTTPAdapter
|
|
4
5
|
from typing import Callable, Optional
|
|
5
6
|
|
|
7
|
+
import structlog
|
|
8
|
+
|
|
6
9
|
from documente_shared.application.payloads import camel_to_snake
|
|
10
|
+
from documente_shared.application.retry_utils import HttpRetry
|
|
11
|
+
from documente_shared.domain.constants import (
|
|
12
|
+
HTTP_RETRY_BACKOFF_FACTOR,
|
|
13
|
+
HTTP_RETRY_BACKOFF_JITTER,
|
|
14
|
+
HTTP_RETRY_STATUS_FORCELIST,
|
|
15
|
+
HTTP_RETRY_TOTAL,
|
|
16
|
+
)
|
|
17
|
+
|
|
18
|
+
logger = structlog.get_logger()
|
|
7
19
|
|
|
8
20
|
|
|
9
21
|
@dataclass
|
|
@@ -19,6 +31,17 @@ class DocumenteClientMixin(object):
|
|
|
19
31
|
def _get_session(self) -> Session:
|
|
20
32
|
session = Session()
|
|
21
33
|
session.headers.update(self.get_common_headers())
|
|
34
|
+
retry_strategy = HttpRetry(
|
|
35
|
+
total=HTTP_RETRY_TOTAL,
|
|
36
|
+
backoff_factor=HTTP_RETRY_BACKOFF_FACTOR,
|
|
37
|
+
backoff_jitter=HTTP_RETRY_BACKOFF_JITTER,
|
|
38
|
+
status_forcelist=HTTP_RETRY_STATUS_FORCELIST,
|
|
39
|
+
allowed_methods=["GET", "POST", "PUT", "PATCH", "DELETE"],
|
|
40
|
+
raise_on_status=False,
|
|
41
|
+
)
|
|
42
|
+
adapter = HTTPAdapter(max_retries=retry_strategy)
|
|
43
|
+
session.mount("http://", adapter)
|
|
44
|
+
session.mount("https://", adapter)
|
|
22
45
|
return session
|
|
23
46
|
|
|
24
47
|
def get_common_headers(self) -> dict:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/dates.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/digest.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/exceptions.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/files.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/json.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/logging.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/numbers.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/payloads.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/time_utils.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/application/timezone.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/base_enum.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/entities/scaling.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/common.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/document.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/enums/workspace.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/exceptions.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/filters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/filters/workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/dicts.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/encoding.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/lists.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/helpers/values.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/domain/interfaces/queue.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/lambdas.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/s3_bucket.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/infrastructure/sqs_queue.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/presentation/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/documente_shared/presentation/presenters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.183 → documente_shared-0.1.185b0}/tests/documente_shared/domain/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|