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

@@ -5,7 +5,8 @@ from ...database import Base
5
5
  class Othermanager213FModel(Base):
6
6
  __tablename__ = '13fothermanager2'
7
7
 
8
- ACCESSION_NUMBER = Column(String(25), primary_key=True)
8
+ id = Column(Integer, primary_key=True)
9
+ ACCESSION_NUMBER = Column(String(25), index=True)
9
10
  SEQUENCENUMBER = Column(Integer, nullable=False)
10
11
  CIK = Column(String(10))
11
12
  FORM13FFILENUMBER = Column(String(17))
@@ -3,6 +3,7 @@ from ...utils.utils import Safe13FInteger
3
3
 
4
4
 
5
5
  class Othermanager213FSchema(Schema):
6
+ id = fields.Integer(dump_only=True)
6
7
  ACCESSION_NUMBER = fields.String(required=True)
7
8
  SEQUENCENUMBER = Safe13FInteger(required=True)
8
9
  CIK = fields.String()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.771
3
+ Version: 0.0.772
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -747,8 +747,8 @@ cs_models/resources/OtherManager13F/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
747
747
  cs_models/resources/OtherManager13F/models.py,sha256=tVW8rcK1UNuc2e8PwDmHxzDvob9lHDhl3YFtn0EP73c,544
748
748
  cs_models/resources/OtherManager13F/schemas.py,sha256=uFfhZ_vlntCeZgTy948nlayDus5LZqPuHEtgSqcwH7Q,398
749
749
  cs_models/resources/OtherManager213F/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
750
- cs_models/resources/OtherManager213F/models.py,sha256=C5W50ZsZq3ufW2bw3Iq26dDSdhdMsbgfE0V9-I3z_X0,464
751
- cs_models/resources/OtherManager213F/schemas.py,sha256=NQcdc_oENviW274zQ_buQ_VDEwEiwJnXcnqXYjQIqL0,398
750
+ cs_models/resources/OtherManager213F/models.py,sha256=0pIwHaICqptKMzhAkVPgoK6ZltL736jj56DSiDY8q3U,501
751
+ cs_models/resources/OtherManager213F/schemas.py,sha256=3eR-UgKe9Q9LW8yD6DLHuUO-_GFuu2HO7M9c002zj6E,438
752
752
  cs_models/resources/PTAB2Decision/__init__.py,sha256=ypyxd9cWlb0Ikt_vCZUxym_ZEF-rqxP5b7RKmF-RgWs,4988
753
753
  cs_models/resources/PTAB2Decision/models.py,sha256=JNc8Ub7B0c_gQW-iYho4o64Q77hetu9yr2jBDaLy2xQ,1909
754
754
  cs_models/resources/PTAB2Decision/schemas.py,sha256=UNNE2PuK2l-onqHkx0pN8AlY2sSWcueWxVunz3wr4sg,5093
@@ -1267,7 +1267,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1267
1267
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1268
1268
  cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
1269
1269
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1270
- cs_models-0.0.771.dist-info/METADATA,sha256=fC8-t-ZFGcfyBnNuK6SpyGeD-R06fxX0nLLS0MzNsyg,751
1271
- cs_models-0.0.771.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1272
- cs_models-0.0.771.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1273
- cs_models-0.0.771.dist-info/RECORD,,
1270
+ cs_models-0.0.772.dist-info/METADATA,sha256=p-v6LUzujBBbawbBySbANlIufcrwtAXqnGdz8bU0nD0,751
1271
+ cs_models-0.0.772.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1272
+ cs_models-0.0.772.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1273
+ cs_models-0.0.772.dist-info/RECORD,,