Skip to main content

DataVita Python SDK

Project description

华创证券VitaX Python 工具套件

欢迎使用华创证券开发者工具套件(SDK)。

环境准备

要使用VitaX Python SDK ,您需要联系华创证券金融科技部工作人员申请获取 Access Key IDAccess Key Secret

SDK 获取和安装

使用 pip 安装(推荐)

pip install datavita-python-sdk # 安装阿里云 SDK 核心库

开始调用

以下这个代码示例向您展示了调用阿里云 Python SDK 的3个主要步骤:

  1. 创建 Client 实例
  2. 获取所需数据
  3. 发起请求并处理异常
# -*- coding: utf8 -*-
from datavita.andes.andes_data import AndesData
from datavita.core.auth import Auth

# 创建 AcsClient 实例
access_key_id = "1"
access_secret = "1"
auth = Auth(access_key_id, access_secret)
ad = AndesData(auth=auth, timeout=1, max_retries=1)
df = ad.get_dataset_by_tagcode(tag_code='xxxx')
print(df)

在创建 Auth 实例时,您需要填写 2 个参数:Access Key ID 和 Access Secret。Access Key ID 和 Access Secret 申请获取;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

datavita_python_sdk-0.1.0-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

Details for the file datavita_python_sdk-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: datavita_python_sdk-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 27.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.4

File hashes

Hashes for datavita_python_sdk-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8be41d4bda9dbcda2421a047ea74aa19671c13210c59eeff3b4504c7501793f5
MD5 462393de8ddc4f385815a8972383cc32
BLAKE2b-256 46e2bfb911959b9c5f85ac8451a76ae5009d06be6a56d417e8d8dd9597f9b00e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page