maleo-foundation 0.0.58__py3-none-any.whl → 0.0.59__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.
- maleo_foundation/types.py +4 -1
- {maleo_foundation-0.0.58.dist-info → maleo_foundation-0.0.59.dist-info}/METADATA +1 -1
- {maleo_foundation-0.0.58.dist-info → maleo_foundation-0.0.59.dist-info}/RECORD +5 -5
- {maleo_foundation-0.0.58.dist-info → maleo_foundation-0.0.59.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.0.58.dist-info → maleo_foundation-0.0.59.dist-info}/top_level.txt +0 -0
maleo_foundation/types.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from datetime import datetime
|
|
1
|
+
from datetime import date, datetime
|
|
2
2
|
from typing import Optional, Union, Literal, List, Any
|
|
3
3
|
from uuid import UUID
|
|
4
4
|
from maleo_foundation.enums import BaseEnums
|
|
@@ -27,6 +27,9 @@ class BaseTypes:
|
|
|
27
27
|
OptionalString = Optional[str]
|
|
28
28
|
OptionalListOfStrings = Optional[List[str]]
|
|
29
29
|
|
|
30
|
+
#* Date-related types
|
|
31
|
+
OptionalDate = Optional[date]
|
|
32
|
+
|
|
30
33
|
#* Datetime-related types
|
|
31
34
|
OptionalDatetime = Optional[datetime]
|
|
32
35
|
|
|
@@ -2,7 +2,7 @@ maleo_foundation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
2
2
|
maleo_foundation/constants.py,sha256=aBmEfWlBqZxi0k-n6h2NM1YRLOjMnheEiLyQcjP-zCQ,1164
|
|
3
3
|
maleo_foundation/enums.py,sha256=uXA5fLFeDXwlspUjU4DXSB68dfanxEwIJhsAMZXhsYo,2359
|
|
4
4
|
maleo_foundation/extended_types.py,sha256=pIKt-_9tby4rmune3fmWcCW_mohaNRh_1lywBmdc-L4,301
|
|
5
|
-
maleo_foundation/types.py,sha256=
|
|
5
|
+
maleo_foundation/types.py,sha256=1XUWFnxA0PGVB50EY04wsRVK2e4yej4w2oZGHq7OSRw,1273
|
|
6
6
|
maleo_foundation/clients/__init__.py,sha256=W8vydJYeDEi6gdmOZSBFSSDsfZJtb8C05CHErZgsZ30,188
|
|
7
7
|
maleo_foundation/clients/general/__init__.py,sha256=l9eQrBeLW4aXtGU5aK3i6fD-msVR4526W7D9V8WCXIg,91
|
|
8
8
|
maleo_foundation/clients/general/http.py,sha256=Awvs470hgdhZSZW_uoIFJGcJ5hcfDEIX0A2yUaP9UCA,1353
|
|
@@ -52,7 +52,7 @@ maleo_foundation/utils/logger.py,sha256=978P57JOhGR-WIu7xdPXBIwd3JrfLLA8WerVzxhE
|
|
|
52
52
|
maleo_foundation/utils/query.py,sha256=qKNcjf5J7_Q7NjA79BO6_TpZVdYcF8YIO68F9M501ew,4398
|
|
53
53
|
maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
|
|
54
54
|
maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
|
|
55
|
-
maleo_foundation-0.0.
|
|
56
|
-
maleo_foundation-0.0.
|
|
57
|
-
maleo_foundation-0.0.
|
|
58
|
-
maleo_foundation-0.0.
|
|
55
|
+
maleo_foundation-0.0.59.dist-info/METADATA,sha256=O-NDTtuS_hJIdKopxFtb856ASWGV0v9FiCFPGu_EAqs,3160
|
|
56
|
+
maleo_foundation-0.0.59.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
57
|
+
maleo_foundation-0.0.59.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
|
58
|
+
maleo_foundation-0.0.59.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|