documente_shared 0.1.32__py3-none-any.whl → 0.1.33__py3-none-any.whl
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/domain/entities/document_process.py +1 -1
- {documente_shared-0.1.32.dist-info → documente_shared-0.1.33.dist-info}/METADATA +1 -1
- {documente_shared-0.1.32.dist-info → documente_shared-0.1.33.dist-info}/RECORD +4 -4
- {documente_shared-0.1.32.dist-info → documente_shared-0.1.33.dist-info}/WHEEL +0 -0
|
@@ -130,7 +130,7 @@ class DocumentProcess(object):
|
|
|
130
130
|
'processed_xlsx_path': self.processed_xlsx_path,
|
|
131
131
|
'processed_metadata_path': self.processed_metadata_path,
|
|
132
132
|
'processing_time': (
|
|
133
|
-
str(self.processing_time)
|
|
133
|
+
str(self.processing_time.quantize(Decimal('0.00001')))
|
|
134
134
|
if self.processing_time else None
|
|
135
135
|
),
|
|
136
136
|
'uploaded_at': self.uploaded_at.isoformat() if self.uploaded_at else None,
|
|
@@ -5,7 +5,7 @@ documente_shared/application/time_utils.py,sha256=XDH27cKgoTFO8ad1JgrxKaeT7sZ1fd
|
|
|
5
5
|
documente_shared/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
documente_shared/domain/base_enum.py,sha256=DojAfn-zQdtjtImeHUpBzE6TBTm07XrbMOdW3h8RVd8,1449
|
|
7
7
|
documente_shared/domain/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
documente_shared/domain/entities/document_process.py,sha256=
|
|
8
|
+
documente_shared/domain/entities/document_process.py,sha256=D_Q3I-dy85au9m0rGNL3zc55Q2j1KCNVkO_VuKTwqhM,7277
|
|
9
9
|
documente_shared/domain/entities/document_process_metadata.py,sha256=rBHkDkoKwrxReKtXIScU1vrCO_6bg2LwWhrtXMcQ8TA,2351
|
|
10
10
|
documente_shared/domain/enums.py,sha256=s3bFDkpplWvJWNpUwPOkC9a3OYUYsx8uTusN_FrzNQk,463
|
|
11
11
|
documente_shared/domain/repositories.py,sha256=KEYbJKsfrRkJBCIjXQA3S5jdNqE5lUcQuvHiZig4B6M,526
|
|
@@ -14,6 +14,6 @@ documente_shared/infrastructure/dynamo_repositories.py,sha256=WVyubQO8pUwm_y6VYU
|
|
|
14
14
|
documente_shared/infrastructure/dynamo_table.py,sha256=Lod8vwUCGX65SNH_8hvlpG6rRUYb4jfZqoFHD1YloAA,2096
|
|
15
15
|
documente_shared/infrastructure/s3_bucket.py,sha256=Nf4bHSC3TJeaKvOQSVtV1hG8dWqEZZnA-JWU0PNTw24,1940
|
|
16
16
|
documente_shared/infrastructure/sqs_queue.py,sha256=PSiTAnjXvQ-W-9mzLpH2UjbQJTvYkMiaxNaMecF-cR4,1505
|
|
17
|
-
documente_shared-0.1.
|
|
18
|
-
documente_shared-0.1.
|
|
19
|
-
documente_shared-0.1.
|
|
17
|
+
documente_shared-0.1.33.dist-info/METADATA,sha256=ehFnrg6CrNlYnW6mWW1DfcFue4selbz6yA3Q6OycCFU,640
|
|
18
|
+
documente_shared-0.1.33.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
19
|
+
documente_shared-0.1.33.dist-info/RECORD,,
|
|
File without changes
|