cs-models 0.0.589__py3-none-any.whl → 0.0.590__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.

@@ -15,7 +15,7 @@ class JournalScoreModel(Base):
15
15
  __tablename__ = "journal_scores"
16
16
 
17
17
  id = Column(Integer, primary_key=True)
18
- isin = Column(String(50), nullable=False, index=True)
18
+ issn = Column(String(50), nullable=False, index=True)
19
19
  sjr_score = Column(Float, nullable=True)
20
20
  best_quartile = Column(Integer, nullable=True)
21
21
  h_index = Column(Float, nullable=True)
@@ -9,7 +9,7 @@ class JournalScoreResourceSchema(Schema):
9
9
  not_blank = validate.Length(min=1, error='Field cannot be blank')
10
10
 
11
11
  id = fields.Integer(dump_only=True)
12
- isin = fields.String(required=True)
12
+ issn = fields.String(required=True)
13
13
  sjr_score = fields.Float(allow_none=True)
14
14
  best_quartile = fields.Integer(allow_none=True)
15
15
  h_index = fields.Float(allow_none=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.589
3
+ Version: 0.0.590
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -425,8 +425,8 @@ cs_models/resources/InvestorBucket/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
425
425
  cs_models/resources/InvestorBucket/models.py,sha256=k0pFWuYY8sUNG2JtUJJLTMtj5wzcRFXyc0Fzbnd1GPQ,691
426
426
  cs_models/resources/InvestorBucket/schemas.py,sha256=gwPUdJtWWi9-BliGkBuVu3QVAG0jUtH-QV0JtKa7Z_A,385
427
427
  cs_models/resources/JournalScore/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
428
- cs_models/resources/JournalScore/models.py,sha256=Js8PsXm6rLc3-2WOkO3EaCs0lgBjIs2V-EAgBo8PR2c,732
429
- cs_models/resources/JournalScore/schemas.py,sha256=P_p-PqDBjd5QL6Q3dLm13MJIqzw9lItbxqadQMv1XSI,438
428
+ cs_models/resources/JournalScore/models.py,sha256=ruRV_Dx1KkVA29H4lAjF7FoSLxngeAPaufQkLVlUuDs,732
429
+ cs_models/resources/JournalScore/schemas.py,sha256=amzopDxXzdEQobTtUTqCG06nB266fSw0phI5a5pOwn4,438
430
430
  cs_models/resources/LLMCache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
431
431
  cs_models/resources/LLMCache/models.py,sha256=Std5BPOsMFvGArvzIbIs5Mscwg1vtsuaTlTJbDzIC34,776
432
432
  cs_models/resources/LLMCache/schemas.py,sha256=7RTxC4ZqNyd3c2r_NqbG-d6QoIaOMS6U4-Bcw7py4pE,483
@@ -967,7 +967,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
967
967
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
968
968
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
969
969
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
970
- cs_models-0.0.589.dist-info/METADATA,sha256=m8yqEMCxjQIYlzv3zL_ZzKW7valvBuJMgJSmaQyeWcw,791
971
- cs_models-0.0.589.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
972
- cs_models-0.0.589.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
973
- cs_models-0.0.589.dist-info/RECORD,,
970
+ cs_models-0.0.590.dist-info/METADATA,sha256=mZN1B-NG_TibuQrCwFzGB1R4izAIOuoYxkJQZrdp5_E,791
971
+ cs_models-0.0.590.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
972
+ cs_models-0.0.590.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
973
+ cs_models-0.0.590.dist-info/RECORD,,