Skip to main content

A Python-based API for Using Renderbus cloud rendering service.

Project description

rayvision_api

A Python-based API for Using Renderbus cloud rendering service.

1. 系统要求

​ rayvision_api 可在 Linux和 Windows 上运行。使用python2.7.10+或者python3.6+

2.使用demo

from rayvision_api import RayvisionAPI

user_info = {
    "domain_name": "task.renderbus.com",
    "platform": "2",
    "access_id": "xxxx",
    "access_key": "xxxx",
    "local_os": 'windows',
    "workspace": "c:/workspace",
}

api = RayvisionAPI(access_id=user_info['access_id'],
                   access_key=user_info['access_key'],
                   domain=user_info['domain_name'],
                   platform=user_info['platform'])

print("======= user profile=============")
user_profile = api.user.query_user_profile()
print(user_profile)

print("======= user setting=============")
user_setting = api.user.query_user_setting()
print(user_setting)

3. 更多

详细的使用请参考RenderBus SDK 显示说明书

Project details


Download files

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

Source Distribution

ray_test-0.1.7.tar.gz (771.3 kB view hashes)

Uploaded Source

Built Distribution

ray_test-0.1.7-py2.py3-none-any.whl (29.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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