cs-models 0.0.746__py3-none-any.whl → 0.0.747__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 cs-models might be problematic. Click here for more details.
- cs_models-0.0.747.dist-info/METADATA +29 -0
- {cs_models-0.0.746.dist-info → cs_models-0.0.747.dist-info}/RECORD +4 -4
- {cs_models-0.0.746.dist-info → cs_models-0.0.747.dist-info}/WHEEL +1 -1
- cs_models-0.0.746.dist-info/METADATA +0 -29
- {cs_models-0.0.746.dist-info → cs_models-0.0.747.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: cs-models
|
|
3
|
+
Version: 0.0.747
|
|
4
|
+
Summary: MySQL db models
|
|
5
|
+
Home-page: https://github.com/mindgram/cs-models
|
|
6
|
+
Author: Shrey Verma
|
|
7
|
+
Author-email: sverma@mindgram.ai
|
|
8
|
+
License: UNKNOWN
|
|
9
|
+
Platform: UNKNOWN
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.8
|
|
12
|
+
Requires-Dist: marshmallow==3.19.0
|
|
13
|
+
Requires-Dist: PyMySQL==1.1.1
|
|
14
|
+
Requires-Dist: python-dateutil==2.8.2
|
|
15
|
+
Requires-Dist: pytz==2022.1
|
|
16
|
+
Requires-Dist: SQLAlchemy==1.4.35
|
|
17
|
+
Requires-Dist: boto3>=1.28.30
|
|
18
|
+
Requires-Dist: botocore>=1.31.30
|
|
19
|
+
Requires-Dist: s3transfer>=0.6.2
|
|
20
|
+
Requires-Dist: six==1.16.0
|
|
21
|
+
Requires-Dist: urllib3>=1.26.19
|
|
22
|
+
Requires-Dist: dnspython==2.6.1
|
|
23
|
+
Requires-Dist: pymongo==4.6.3
|
|
24
|
+
Requires-Dist: psycopg2-binary==2.9.3
|
|
25
|
+
Requires-Dist: sshtunnel==0.4.0
|
|
26
|
+
|
|
27
|
+
UNKNOWN
|
|
28
|
+
|
|
29
|
+
|
|
@@ -1222,7 +1222,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1222
1222
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1223
1223
|
cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
|
|
1224
1224
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1225
|
-
cs_models-0.0.
|
|
1226
|
-
cs_models-0.0.
|
|
1227
|
-
cs_models-0.0.
|
|
1228
|
-
cs_models-0.0.
|
|
1225
|
+
cs_models-0.0.747.dist-info/METADATA,sha256=mZIwG4qnjF0mB37dvpTGayPh7MiXfmpX15YBSx4Qdpo,751
|
|
1226
|
+
cs_models-0.0.747.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
1227
|
+
cs_models-0.0.747.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1228
|
+
cs_models-0.0.747.dist-info/RECORD,,
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: cs-models
|
|
3
|
-
Version: 0.0.746
|
|
4
|
-
Summary: MySQL db models
|
|
5
|
-
Home-page: https://github.com/mindgram/cs-models
|
|
6
|
-
Author: Shrey Verma
|
|
7
|
-
Author-email: sverma@mindgram.ai
|
|
8
|
-
License: UNKNOWN
|
|
9
|
-
Platform: UNKNOWN
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Requires-Python: >=3.8
|
|
12
|
-
Requires-Dist: marshmallow (==3.19.0)
|
|
13
|
-
Requires-Dist: PyMySQL (==1.0.2)
|
|
14
|
-
Requires-Dist: python-dateutil (==2.8.2)
|
|
15
|
-
Requires-Dist: pytz (==2022.1)
|
|
16
|
-
Requires-Dist: SQLAlchemy (==1.4.35)
|
|
17
|
-
Requires-Dist: boto3 (>=1.28.30)
|
|
18
|
-
Requires-Dist: botocore (>=1.31.30)
|
|
19
|
-
Requires-Dist: s3transfer (>=0.6.2)
|
|
20
|
-
Requires-Dist: six (==1.16.0)
|
|
21
|
-
Requires-Dist: urllib3 (>=1.26.9)
|
|
22
|
-
Requires-Dist: dnspython (==2.2.1)
|
|
23
|
-
Requires-Dist: pymongo (==4.1.1)
|
|
24
|
-
Requires-Dist: psycopg2-binary (==2.9.3)
|
|
25
|
-
Requires-Dist: sshtunnel (==0.4.0)
|
|
26
|
-
|
|
27
|
-
UNKNOWN
|
|
28
|
-
|
|
29
|
-
|
|
File without changes
|