CTERA SDK for Python
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 -m build
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
Compatibility Notice
Future versions of the CTERA Python SDK may introduce breaking changes. A breaking change is any modification insupported functionality between released versions that may require users to update existing integrations or configurations to upgrade successfully. While efforts are made to minimize disruption, such changes are sometimes necessary to maintain and improve the software.
Notice of breaking changes will be detailed in the CTERA Python SDK changelog. Users are responsible for reviewing the changelog for each new version and thoroughly testing the software before deploying it in production.
By using the CTERA Python SDK, users acknowledge and agree that the SDK and its contributors are not liable for any damages, losses, or issues arising from the use or upgrade of the software, including those resulting from breaking changes.
Release files for cterasdk 2.20.48
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cterasdk-2.20.48.tar.gz | 198.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cterasdk-2.20.48-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 465.5 kB
Release files / cterasdk-2.20.48.tar.gz
| Download URL | cterasdk-2.20.48.tar.gz |
|---|---|
| Size | 198.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0dfe3709093fb3ce1b5a624832af260733d3fced52daf3f5a33b5135398a4eca
|
|
BLAKE2b-256 checksum How to use checksums |
b203c0f28d177a3aec6062a62bd2d729b1ef3e6acebaf3aeb692b632165653b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / cterasdk-2.20.48-py3-none-any.whl
| Download URL | cterasdk-2.20.48-py3-none-any.whl |
|---|---|
| Size | 266.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c222e7de874d9f8a79a85b61646d77d84d14bb7babb44d07e17510924cbe91f8
|
|
BLAKE2b-256 checksum How to use checksums |
08b69c35244cb372bb80d1764131049a2c3a5908d8a6dbcc32711c1183e1844e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|