documente_shared 0.1.16__py3-none-any.whl → 0.1.17__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.

@@ -15,10 +15,13 @@ class DocumentProcess(object):
15
15
  digest: str
16
16
  status: DocumentProcessStatus
17
17
  file_path: str
18
+ file_bytes: Optional[bytes] = None
18
19
  category: Optional[DocumentProcessCategory] = None
19
20
  sub_category: Optional[DocumentProcessSubCategory] = None
20
21
  processed_csv_path: Optional[str] = None
22
+ processed_csv_bytes: Optional[bytes] = None
21
23
  processed_xlsx_path: Optional[str] = None
24
+ processed_xlsx_bytes: Optional[bytes] = None
22
25
  processing_time: Optional[Decimal] = None
23
26
  uploded_at: Optional[datetime] = None
24
27
  enqueued_at: Optional[datetime] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: documente_shared
3
- Version: 0.1.16
3
+ Version: 0.1.17
4
4
  Summary: Shared utilities for Documente AI projects
5
5
  License: MIT
6
6
  Author: Tech
@@ -3,7 +3,7 @@ documente_shared/application/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
3
3
  documente_shared/application/digest.py,sha256=Um6E8WfFri2_lly4RFWydJyvSfPZGFcOX-opEOzDCWc,172
4
4
  documente_shared/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  documente_shared/domain/base_enum.py,sha256=DojAfn-zQdtjtImeHUpBzE6TBTm07XrbMOdW3h8RVd8,1449
6
- documente_shared/domain/entities.py,sha256=gDXhFuTEMH4M3HGR0TwPk11qwz9blZPSEdTLKeU5i7o,5052
6
+ documente_shared/domain/entities.py,sha256=YPYVVwn-vq8A1xiRC9kfERk3CE36cG7HTkRsbWri3TM,5188
7
7
  documente_shared/domain/enums.py,sha256=wrMpM-1KgXFkd-He-3onNcqR3Zf53Q-_axjXGjx7MIY,435
8
8
  documente_shared/domain/repositories.py,sha256=OJ6HKYx93RAHtj5M2uMk1P8cPdw7ubfhs1GMeUT_blU,540
9
9
  documente_shared/infrastructure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -11,6 +11,6 @@ documente_shared/infrastructure/dynamo_repositories.py,sha256=0bnDxw-fQglpXXg5E4
11
11
  documente_shared/infrastructure/dynamo_table.py,sha256=5yF5EVQkHTZe4tLYZsfEDS8tp_iorMlMjNu-qn3Oj9E,2095
12
12
  documente_shared/infrastructure/s3_bucket.py,sha256=s4VWcl0HK6uhjjZmKefOYW5A3Dx74R9KCuMmXQKUXnQ,1582
13
13
  documente_shared/infrastructure/sqs_queue.py,sha256=PSiTAnjXvQ-W-9mzLpH2UjbQJTvYkMiaxNaMecF-cR4,1505
14
- documente_shared-0.1.16.dist-info/METADATA,sha256=skZ3CFocB7w-KTNk-0qJRUJZbHidRhi3DYtuBCy6pr4,640
15
- documente_shared-0.1.16.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
16
- documente_shared-0.1.16.dist-info/RECORD,,
14
+ documente_shared-0.1.17.dist-info/METADATA,sha256=keoPKGD0e_OrqM4avuizzPx_jZdxhfnXJ0lOucLSB6c,640
15
+ documente_shared-0.1.17.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
16
+ documente_shared-0.1.17.dist-info/RECORD,,