panda_client_python:Panda REST接口的Python实现

时间:2021-05-18 08:36:13
【文件属性】:
文件名称:panda_client_python:Panda REST接口的Python实现
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-18 08:36:13
Python 熊猫客户端,Python 这个简单的Python库为在线视频编码服务的REST API提供了一个低级接口。 设置 此模块已经过Python 2.5、2.6和2.7的测试。 您可以使用easy_install进行安装: easy_install panda 另外,您可以使用pip : pip install panda 第三种选择是直接从github存储库安装模块: git clone https://github.com/pandastream/panda_client_python cd panda_client_python python setup.py install 用法 要使用该模块,请将其导入您的应用程序,然后使用可从Panda网站上的“帐户”面板获取的凭据创建Panda对象的实例: from panda import Panda panda = Pan
【文件预览】:
panda_client_python-master
----.gitignore(32B)
----LICENSE(1KB)
----panda()
--------test.py(4KB)
--------models.py(6KB)
--------upload_session.py(3KB)
--------request.py(4KB)
--------__init__.py(2KB)
----README.markdown(15KB)
----setup.py(676B)

网友评论