Metadata-Version: 2.1
Name: vod-python-sdk
Version: 1.4.4
Summary: vod-python-sdk
Home-page: https://github.com/tencentyun/vod-python-sdk
Author: vod
Author-email: 1654382995@qq.com
License: MIT
License-File: LICENSE

============================
Vod SDK for Python
============================

Vod Python SDK is the official software development kit, which allows Python developers to write software that makes use of Vod services.

The SDK works on Python versions:

   * 2.7 and greater, including 3.x

Quick Start
-----------
First, install the library:

.. code-block:: sh

    $ pip install vod-python-sdk

or download source code from github and install:

.. code-block:: sh

    $ git clone https://github.com/tencentyun/vod-python-sdk.git
    $ cd vod-python-sdk
    $ python setup.py install
