lixinger-python 0.3.4__py3-none-any.whl → 0.3.6__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.
@@ -16,5 +16,5 @@ class Announcement(pa.DataFrameModel):
16
16
  date: pa.typing.Series[pa.typing.DateTime]
17
17
  link_text: pa.typing.Series[str]
18
18
  link_type: pa.typing.Series[str]
19
- types: pa.typing.Series[str]
19
+ types: pa.typing.Series[str] | None = pa.Field(nullable=True)
20
20
  stock_code: pa.typing.Series[str]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lixinger-python
3
- Version: 0.3.4
3
+ Version: 0.3.6
4
4
  Summary: Python SDK for Lixinger Financial Data API
5
5
  Project-URL: Homepage, https://www.lixinger.com
6
6
  Project-URL: Documentation, https://www.lixinger.com/open/api/doc
@@ -17,11 +17,11 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Topic :: Office/Business :: Financial
18
18
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Requires-Python: >=3.11
20
- Requires-Dist: httpx[socks]>=0.28.1
21
- Requires-Dist: numpy>=2.4.1
22
- Requires-Dist: pandas<3,>=2.0.0
23
- Requires-Dist: pandera>=0.28.1
24
- Requires-Dist: python-dotenv>=1.2.1
20
+ Requires-Dist: httpx[socks]~=0.28.1
21
+ Requires-Dist: numpy~=2.4.1
22
+ Requires-Dist: pandas~=2.3.3
23
+ Requires-Dist: pandera~=0.28.1
24
+ Requires-Dist: python-dotenv~=1.2.1
25
25
  Description-Content-Type: text/markdown
26
26
 
27
27
  This is the python SDK of lixinger API. Lixinger is a website of financial data.
@@ -43,7 +43,7 @@ lixinger/api/cn/index/tracking_fund.py,sha256=su0zJRROKuTZlHe0XkIQz8kJOyPZmyg7Hx
43
43
  lixinger/models/__init__.py,sha256=OAUYpI_JaGZExFqZ0H6l8fJ5qyLW0oFnnO4JGJQknTE,154
44
44
  lixinger/models/cn/__init__.py,sha256=mhTq_PfPJ_0720E1rTKdqBTpb9A14_ZDDWLfJXjcVck,27
45
45
  lixinger/models/cn/company/__init__.py,sha256=7E7p1NED5qr0yf_wcmOq_DDvOq2hzXv3bD4cLjHTtSQ,957
46
- lixinger/models/cn/company/announcement.py,sha256=VBtsxP6Cpi-w2H-iciByj_rFm1dMzaI09zEV1QQxOyI,468
46
+ lixinger/models/cn/company/announcement.py,sha256=EzGx1w2DUumWCnQ1jZqx1oFlRT2g3d66S_yVxUchXCQ,501
47
47
  lixinger/models/cn/company/candlestick.py,sha256=TfvdySyPBxU8l-sHH1xQq20wKoslKNeLECdyasRPrb8,674
48
48
  lixinger/models/cn/company/company.py,sha256=BJRUWLifoxMVN3umOw99t8thaFcuwK244Hv_CDogH4w,933
49
49
  lixinger/models/cn/company/dividend.py,sha256=yvIEHtNbj22eZOG_XPCLL-zCJLefe6DjomDiRpNwqU4,2044
@@ -79,7 +79,7 @@ lixinger/utils/dataframe.py,sha256=tYBrNdmJ4poyuwD-9XgzHt3A_A8bBo0cdHiu8Yy9e9A,2
79
79
  lixinger/utils/dict.py,sha256=yvbUtv8QpRmy0d_o_7gCuEwwiEfBji5_xB490ANxilw,589
80
80
  lixinger/utils/rate_limiter.py,sha256=DCaG87kIjDU5triYHU33-FW7h6KsbELBnU9f6mCQKCU,1133
81
81
  lixinger/utils/retry.py,sha256=sXtb0ESp12_JedjzDxoeIH48TlOrbxtIA0j1V33DW7M,1026
82
- lixinger_python-0.3.4.dist-info/METADATA,sha256=0LWQiaWyHXtTOEDTtvr_luYvphjD4P2pYozxUbg4tTI,9209
83
- lixinger_python-0.3.4.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
84
- lixinger_python-0.3.4.dist-info/licenses/LICENSE,sha256=5oOwRq1lHSOScbNGCHr2feuNnhNYdGcArj6fSUfsC5U,1064
85
- lixinger_python-0.3.4.dist-info/RECORD,,
82
+ lixinger_python-0.3.6.dist-info/METADATA,sha256=aT8MpJ92JR865fQkw2Zf4ex0l8HfTy4zioD-xkYMjuw,9206
83
+ lixinger_python-0.3.6.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
84
+ lixinger_python-0.3.6.dist-info/licenses/LICENSE,sha256=5oOwRq1lHSOScbNGCHr2feuNnhNYdGcArj6fSUfsC5U,1064
85
+ lixinger_python-0.3.6.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.29.0
2
+ Generator: hatchling 1.30.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any