codeocean

Code Ocean Python SDK


License
MIT
Install
pip install codeocean==0.1.2

Documentation

Code Ocean Logo

Code Ocean Python SDK

The Code Ocean Python SDK provides convenient access to the Code Ocean API from applications written in the Python language. This SDK enables you to manage Code Ocean resources such as Capsules, Data Assets, and Computations in your Python applications.

Documentation

The Code Ocean REST API documentation can be found in the Code Ocean User Guide.

Installation

pip install -U codeocean

For development, install from source with:

pip install -e .[dev] -U