Python client
A Python client to interact with the vantage6 server
Last updated
Was this helpful?
A Python client to interact with the vantage6 server
Last updated
Was this helpful?
It is assumed you installed the . The Python client aims to completely cover the vantage6-server communication possibilities. It can create computation tasks and collect their results, manage organizations, collaborations, users, etc. The server hosts an API which the client uses for this purpose.
For tutorials on how to use the clients, please visit our discourse pages: .
We only show a few examples here. The methods in the library are all documented in their docstring, you can view them using help(...)
, e.g. help(client.user.create)
will show you the parameters needed to create a new user. We also have more extensive tutorials on how to use the clients available on our discourse pages: and in the and subsequent pages, which follow after introducing our R client.
The following groups (related to the ) of methods are available, most of them have a list()
, create()
, delete()
and get()
method attached.
client.user
client.organization
client.rule
client.role
client.collaboration
client.task
client.result
client.util
client.node