tickflow 0.1.0__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.
@@ -0,0 +1,36 @@
1
+ Metadata-Version: 2.4
2
+ Name: tickflow
3
+ Version: 0.1.0
4
+ Summary: TickFlow Python Client - High-performance market data API for A-shares, US stocks, and Hong Kong stocks
5
+ Author: TickFlow Team
6
+ License: MIT
7
+ Project-URL: Homepage, https://tickflow.org
8
+ Project-URL: Documentation, https://docs.tickflow.org
9
+ Project-URL: Repository, https://github.com/tickflow/tickflow-python
10
+ Keywords: finance,market-data,stocks,trading,api-client,async
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Financial and Insurance Industry
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Topic :: Office/Business :: Financial :: Investment
22
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
+ Classifier: Typing :: Typed
24
+ Requires-Python: >=3.9
25
+ Description-Content-Type: text/markdown
26
+ Requires-Dist: httpx>=0.28.1
27
+ Requires-Dist: pandas>=1.3.0
28
+ Requires-Dist: typing-extensions>=4.0.0
29
+ Provides-Extra: pandas
30
+ Requires-Dist: pandas>=1.3.0; extra == "pandas"
31
+ Provides-Extra: all
32
+ Requires-Dist: pandas>=1.3.0; extra == "all"
33
+ Provides-Extra: dev
34
+ Requires-Dist: datamodel-code-generator[http]>=0.45.0; extra == "dev"
35
+ Requires-Dist: pytest>=7.0.0; extra == "dev"
36
+ Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
@@ -0,0 +1,17 @@
1
+ tickflow/__init__.py,sha256=ZP7_vxm2g-PEMDJAxRjUIDB0S5WQ7DRIKjBJVFvD3uc,3061
2
+ tickflow/_base_client.py,sha256=akiDPhdQUjxJU_xaBvlUmo4LnGKLaq6_WIVlEX9DHzM,10622
3
+ tickflow/_exceptions.py,sha256=ckzZdwZQHwZOQD-nstsh8vIneUun2J3KU6i49TZ6UrI,3024
4
+ tickflow/_types.py,sha256=bewfzijcLJwjQNRs6WXv_i62wUu5Vtn4XFeRkc15ch0,1371
5
+ tickflow/client.py,sha256=PZdWYGRYWF-xUkn1s2qHdrlmDBASludadcH1T9jy5B0,7674
6
+ tickflow/generated_model.py,sha256=YNvz4TG9Fajh_s_Cfn40_pkAnndI81r6clB5OR9Fdkk,5410
7
+ tickflow/resources/__init__.py,sha256=RLaTibvIPX4GSATttmzJfoiFg81p4S_b4pgfFx0pP8c,457
8
+ tickflow/resources/_base.py,sha256=KcaNDouymvPp9FC4QJuYzBdioYB2wTIIdmLKoomtb58,667
9
+ tickflow/resources/exchanges.py,sha256=qPVvjsZLuISuMfElD_BSYSNS2CIuLqm_dsfeI6OrXOs,3414
10
+ tickflow/resources/klines.py,sha256=Wx11iX9AK1qOIAxxkcTqI36FpnK--BUzNLydks4342E,15632
11
+ tickflow/resources/quotes.py,sha256=nC4xniwOtQbkgixCrl-wheJarGXxIG2hjwkLNBmwbxk,12161
12
+ tickflow/resources/symbols.py,sha256=T33FX3FzM6h2JebXMJVNcjM5eSWiQ2vp63DJk4PmYcA,5664
13
+ tickflow/resources/universes.py,sha256=Pk--9Zlt6vfq9SzzkuJENkDAUUGmqiq4kdeOjMKXWQU,4542
14
+ tickflow-0.1.0.dist-info/METADATA,sha256=mbuI-wVfS7pQfR32ynMgxiF1lE43eKhDqIc3Yw24EUU,1582
15
+ tickflow-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
16
+ tickflow-0.1.0.dist-info/top_level.txt,sha256=_0JOxGpAnD-wmnVj9CKo6Bwp2qNC0xWdbDXJX8B1jrs,9
17
+ tickflow-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ tickflow