PyDatahub: Datahub Python SDK

PyDatahub 是Datahub的Python版本的SDK,它对Datahub服务提供的各个RESTful API接口进行了封装,提供了简单方便的Python编程接口。有关Datahub服务的详细介绍请参见 阿里云官网介绍

Requirements:
  • setuptools (>=39.2.0)

  • requests (>=2.4.0)

  • simplejson (>=3.3.0)

  • six (>=1.1.0)

  • enum34 (>=1.1.5 for python_version < ‘3.4’)

  • crcmod (>=1.7)

  • lz4 (>=2.0.0)

  • cprotobuf (==0.1.9)

  • funcsigs (>=1.0.2)