documente_shared 0.1.64__py3-none-any.whl → 0.1.65__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.py +1 -1
- {documente_shared-0.1.64.dist-info → documente_shared-0.1.65.dist-info}/METADATA +1 -1
- {documente_shared-0.1.64.dist-info → documente_shared-0.1.65.dist-info}/RECORD +4 -4
- {documente_shared-0.1.64.dist-info → documente_shared-0.1.65.dist-info}/WHEEL +0 -0
|
@@ -125,7 +125,7 @@ class DocumentProcessing(object):
|
|
|
125
125
|
return filename_with_extension.split('.')[0]
|
|
126
126
|
|
|
127
127
|
@property
|
|
128
|
-
def
|
|
128
|
+
def metadata_items_bytes(self) -> bytes:
|
|
129
129
|
metadata_items = [
|
|
130
130
|
metadata_item.to_dict
|
|
131
131
|
for metadata_item in self.metadata_items
|
|
@@ -8,7 +8,7 @@ documente_shared/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
8
8
|
documente_shared/domain/base_enum.py,sha256=DojAfn-zQdtjtImeHUpBzE6TBTm07XrbMOdW3h8RVd8,1449
|
|
9
9
|
documente_shared/domain/constants.py,sha256=jOlMKFq12FgiYMJcQHku8IVwuOE5t-HEPuSV_zEeIFo,56
|
|
10
10
|
documente_shared/domain/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
documente_shared/domain/entities/document.py,sha256=
|
|
11
|
+
documente_shared/domain/entities/document.py,sha256=_lkPGyG0suhpHmFrEYepvwIJaTMkEc-HOP5RJF-57Qo,12241
|
|
12
12
|
documente_shared/domain/entities/document_metadata.py,sha256=ygyFIC5qwxlm8DUM5kvVFny9zJfPQS8vNLM2br5XsQ8,2353
|
|
13
13
|
documente_shared/domain/enums.py,sha256=NltZA1YVgJ7dVfSQdJFIE0ZUGf9Y-nxNXsVQ6GiPLL4,1827
|
|
14
14
|
documente_shared/domain/repositories.py,sha256=g3qLUy2kT8esmvU4VxxSVnDaXeySKKQ7mUvIvxOwh9A,757
|
|
@@ -17,6 +17,6 @@ documente_shared/infrastructure/dynamo_repositories.py,sha256=SEad_HLppp2h_BKDSz
|
|
|
17
17
|
documente_shared/infrastructure/dynamo_table.py,sha256=dK05KgFvIYCmOdMpq9-OV_OBrP6cCngiUikCJrxlwt4,2112
|
|
18
18
|
documente_shared/infrastructure/s3_bucket.py,sha256=vT_yN42RFQXubtUn8ln-j13Os_-25UGClVtXg5Bkv6I,1932
|
|
19
19
|
documente_shared/infrastructure/sqs_queue.py,sha256=PSiTAnjXvQ-W-9mzLpH2UjbQJTvYkMiaxNaMecF-cR4,1505
|
|
20
|
-
documente_shared-0.1.
|
|
21
|
-
documente_shared-0.1.
|
|
22
|
-
documente_shared-0.1.
|
|
20
|
+
documente_shared-0.1.65.dist-info/METADATA,sha256=K_Mif0a5T44Otpjqz5qK2gFmn0NWyTs1uuj29N8H-3o,800
|
|
21
|
+
documente_shared-0.1.65.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
22
|
+
documente_shared-0.1.65.dist-info/RECORD,,
|
|
File without changes
|