Metadata-Version: 2.1
Name: hzdatasdk
Version: 1.0.9
Summary: shanghai hz finance data sdk
Home-page: https://github.com/pypa/hzdatasdk
Author: hz finance
Author-email: author@example.com
Project-URL: Bug Tracker, https://github.com/pypa/hzdatasdk/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: six
Requires-Dist: pandas>=1.3.5
Requires-Dist: msgpack
Requires-Dist: sqlalchemy
Requires-Dist: grpcio
Requires-Dist: protobuf

# hzdatasdk Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

列举了hzdata相关的一些内容

项目背景:

	hzdata提供了一套python的sdk
	使用者在集成了sdk之后，可以通过接口直接拉取数据,返回
	的数据大都为pandas.dataframe、numpy.array等格式。

