pd4castr-api-sdk 0.0.0__py3-none-any.whl → 1.0.0__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.
- pd4castr_api_sdk/__init__.py +1 -1
- pd4castr_api_sdk/models.py +2 -2
- {pd4castr_api_sdk-0.0.0.dist-info → pd4castr_api_sdk-1.0.0.dist-info}/METADATA +1 -1
- {pd4castr_api_sdk-0.0.0.dist-info → pd4castr_api_sdk-1.0.0.dist-info}/RECORD +6 -6
- {pd4castr_api_sdk-0.0.0.dist-info → pd4castr_api_sdk-1.0.0.dist-info}/WHEEL +0 -0
- {pd4castr_api_sdk-0.0.0.dist-info → pd4castr_api_sdk-1.0.0.dist-info}/licenses/LICENSE.md +0 -0
pd4castr_api_sdk/__init__.py
CHANGED
pd4castr_api_sdk/models.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
from enum import
|
|
3
|
+
from enum import StrEnum
|
|
4
4
|
|
|
5
5
|
from pydantic import BaseModel, ConfigDict
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ class Pd4castrBaseModel(BaseModel):
|
|
|
9
9
|
model_config = ConfigDict(extra="ignore")
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class FileFormat(
|
|
12
|
+
class FileFormat(StrEnum):
|
|
13
13
|
json = "json"
|
|
14
14
|
csv = "csv"
|
|
15
15
|
parquet = "parquet"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
pd4castr_api_sdk/__init__.py,sha256=
|
|
1
|
+
pd4castr_api_sdk/__init__.py,sha256=cBEb6W80PtnBOIv7zEu8HeeIHEgaHi0GDVyAZGk_IMc,231
|
|
2
2
|
pd4castr_api_sdk/auth.py,sha256=eLZIzHvH5AW8ld_LKbNJTbjECyhYAs-snWnMkSi2ivw,2192
|
|
3
3
|
pd4castr_api_sdk/client.py,sha256=490kYHScEAnBm77d7FNk32zsnI2mECBw4UnneugMJEU,3530
|
|
4
4
|
pd4castr_api_sdk/config.py,sha256=LGP8xyfkdJNbMv4f9VYTMSjsQ6o2-BM7oJtIvs1UCxk,765
|
|
5
5
|
pd4castr_api_sdk/errors.py,sha256=c_NwtrDG2IRHdzAhFGd4L4iG1JHMyFwxSXfDtbHuVow,536
|
|
6
|
-
pd4castr_api_sdk/models.py,sha256=
|
|
6
|
+
pd4castr_api_sdk/models.py,sha256=zlz6FLOn5KUfsX71QHrj2WTJjf4Cb0MmNfCKjlzdZcA,1685
|
|
7
7
|
pd4castr_api_sdk/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
8
|
pd4castr_api_sdk/transport.py,sha256=caYhcCrig396wSgR4sF1tIGWYI3Ma04Jl9NDUpp22Y8,1022
|
|
9
|
-
pd4castr_api_sdk-
|
|
10
|
-
pd4castr_api_sdk-
|
|
11
|
-
pd4castr_api_sdk-
|
|
12
|
-
pd4castr_api_sdk-
|
|
9
|
+
pd4castr_api_sdk-1.0.0.dist-info/METADATA,sha256=2dHOZ4f05fuM5Gm_yRisnSAtEn58JS_u9mp5WIZN1vs,7765
|
|
10
|
+
pd4castr_api_sdk-1.0.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
11
|
+
pd4castr_api_sdk-1.0.0.dist-info/licenses/LICENSE.md,sha256=6UsCUcnUXgK2y-9gh9HBt7c9gl8VjONd-RVJHMSAmm8,1177
|
|
12
|
+
pd4castr_api_sdk-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|