Skip to content

ctera/ctera-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6d9820 · May 4, 2025
Apr 14, 2020
Mar 1, 2024
Mar 30, 2020
May 4, 2025
May 4, 2025
Feb 29, 2024
May 4, 2025
Feb 25, 2020
Dec 22, 2024
Sep 23, 2024
Nov 13, 2023
Apr 6, 2020
Mar 5, 2020
Feb 25, 2020
Mar 26, 2020
Mar 6, 2020
Mar 1, 2024
Mar 5, 2020
Feb 2, 2025
Apr 6, 2020
Nov 27, 2024
Feb 25, 2020
Mar 31, 2021
May 3, 2025
Feb 17, 2021

Repository files navigation

CTERA SDK for Python

https://travis-ci.com/ctera/ctera-python-sdk.svg?branch=master [Latest Release Documentation] [Latest Release Version] PyPI - Wheel [Latest Release License] [Latest Release Supported Python Versions] [Latest Release Development Stage]

The CTERA SDK for Python provides developers with powerful tools to automate the deployment and configuration of the CTERA Global File System, streamline data management tasks, and seamlessly integrate CTERA's global namespace with their applications.

Documentation

User documentation is available on Read the Docs.

Installation

Installing via pip:

$ pip install cterasdk

Install from source:

$ git clone https://github.com/ctera/ctera-python-sdk.git
$ cd ctera-python-sdk
$ python setup.py install

Importing the Library

To get started, open a Python console:

from cterasdk import *

Building Documentation

Documentation can be compiled by running make html from the docs folder. After compilation, open docs/build/html/index.html.

Testing

We use the tox package to run tests in Python 3. To install, use pip install tox. Once installed, run tox from the root directory.

$ tox