An AeroFS Private Cloud API SDK written in Python


Keywords
sdk, api, aerofs, cloud
License
Other
Install
pip install aerofs==1.3.5

Documentation

AeroFS SDK (Python)

The aerofs-sdk-python project is an AeroFS Private Cloud API SDK written in Python. It currently supports both a one-to-one mapping of API routes to SDK functionality as well as an object-based abstraction of API resources.

AeroFS Python

This SDK is up-to-date as of API v1.3.

Installation

For production, use pip install aerofs.

For development, run python setup.py develop. You may wish to do so in a virtual environment.

Usage

See the examples/ folder.