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.

@@ -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.746.dist-info/METADATA,sha256=tM_QPbIjFNdCPE51TFLWoGwYI7E62ZEWpLyM0ZFm4Ic,792
1226
- cs_models-0.0.746.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1227
- cs_models-0.0.746.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1228
- cs_models-0.0.746.dist-info/RECORD,,
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.1)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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
-