Skip to content

isaacm/pytransloadit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytransloadit

Python client for Transloadit. See Transloadit API documentation.

Install

To use pytransloadit, install the pip package from github.

pip install git+https://github.com/isaacm/pytransloadit.git

Usage

from pytransloadit import client

cl = client.TransloadItClient('auth-key', 'auth-secret')
api = client.TransloadItAPI(client=cl)


# list all assemblies
api.assemblies.get()

# list all templates
api.templates.get()

About

python client for Transloadit API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages