Overview
This site contains the documentation for the Conductor Core Python package ciocore
.
The package provides two main interfaces for interacting with Conductor.
- A command-line interface.
- A Python API.
Installation
Since you are reading this, you already have Conductor Core installed. If not, you'll find it is available through the Companion app or directly from PyPi.
Command-line interface
The command-line interface is the easiest way to interact with Conductor Core. It provides a simple way to upload and download data, query available software packages, and view this documentation. Below are quick liks to the most commonly used commands.
Python API
The Python API is a more flexible way to interact with Conductor. It can be used to build custom submission tools, and to integrate Conductor into existing workflows.
- The API is documented here.
Note
This documentation does not cover the wider Conductor ecosystem, which consists of the web dashboard, the Companion app, the back-end render services, and the DCC submission plugins. For information on these components, and to get a conceptual overview of Conductor, please see the Conductor documentation online.