documente_shared 0.1.131b3__tar.gz → 0.1.131b4__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.
Potentially problematic release.
This version of documente_shared might be problematic. Click here for more details.
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/PKG-INFO +1 -1
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/document.py +4 -1
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/pyproject.toml +1 -1
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/README.md +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/dates.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/digest.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/exceptions.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/files.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/json.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/numbers.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/payloads.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/query_params.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/time_utils.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/timezone.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/base_enum.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/constants.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/document_metadata.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/in_memory_document.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/processing_case.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/processing_case_filters.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/processing_case_item.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/processing_case_item_filters.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/processing_documents.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/processing_event.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/entities/scaling.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/enums/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/enums/common.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/enums/document.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/enums/processing_case.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/exceptions.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/interfaces/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/interfaces/scaling.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/repositories/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/repositories/document.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/repositories/processing_case.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/repositories/processing_case_item.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/documente_client.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/dynamo_table.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/lambdas.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/dynamo_document.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/dynamo_processing_case.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/dynamo_processing_case_item.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/http_document.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/http_processing_case.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/http_processing_case_item.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/mem_document.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/mem_processing_case.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/repositories/mem_processing_case_item.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/s3_bucket.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/services/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/services/http_scaling.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/infrastructure/sqs_queue.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/presentation/__init__.py +0 -0
- {documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/presentation/presenters.py +0 -0
|
@@ -292,7 +292,10 @@ class DocumentProcessing(object):
|
|
|
292
292
|
'metadata': self.metadata,
|
|
293
293
|
'completed_at': self.completed_at.isoformat() if self.completed_at else None,
|
|
294
294
|
'metadata_items': [metadata.to_dict for metadata in self.metadata_items],
|
|
295
|
-
'document_size':
|
|
295
|
+
'document_size': (
|
|
296
|
+
normalize_number(self.document_size)
|
|
297
|
+
if self.document_size else None
|
|
298
|
+
),
|
|
296
299
|
'document_pages': self.document_pages,
|
|
297
300
|
}
|
|
298
301
|
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/dates.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/digest.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/exceptions.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/files.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/json.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/numbers.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/payloads.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/time_utils.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/application/timezone.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/base_enum.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/constants.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.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/enums/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/enums/common.py
RENAMED
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/enums/document.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/domain/exceptions.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
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/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
|
{documente_shared-0.1.131b3 → documente_shared-0.1.131b4}/documente_shared/presentation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|