The Mantle SDK (software development kit) is a Python package that provides a set of tools for interacting with the Mantle Database and Mantle Pipeline runs.
The Mantle SDK provides a set of functions for authenticating with Mantle, getting data entities from the Mantle Database as Python objects, downloading files from data entities, and more. It is designed to be used within Mantle Notebooks, Jupyter notebooks, and Python scripts.
This guide walks through some examples of common uses of the SDK. For the full documentation, visit sdk.mantlebio.com.
The only prerequisite for installing the Mantle SDK is Python 3.6+. The Mantle SDK can be installed using pip
:
To instantiate a Mantle client, use:
Fetch from or push to your Mantle Database.
Get outputs from Mantle Pipeline runs.
The Mantle SDK (software development kit) is a Python package that provides a set of tools for interacting with the Mantle Database and Mantle Pipeline runs.
The Mantle SDK provides a set of functions for authenticating with Mantle, getting data entities from the Mantle Database as Python objects, downloading files from data entities, and more. It is designed to be used within Mantle Notebooks, Jupyter notebooks, and Python scripts.
This guide walks through some examples of common uses of the SDK. For the full documentation, visit sdk.mantlebio.com.
The only prerequisite for installing the Mantle SDK is Python 3.6+. The Mantle SDK can be installed using pip
:
To instantiate a Mantle client, use:
Fetch from or push to your Mantle Database.
Get outputs from Mantle Pipeline runs.