Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 900 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 900 Bytes

oiopy

![Build Status][logo_build] [logo_build]: https://img.shields.io/travis/open-io/oiopy.svg

Python API for OpenIO SDS.

Contents

The official openio CLI Documentation is available here

Included APIs:

  • Object Storage API
  • Directory API

Installation

If you want to work with the current development version you can:

You can install directly from trunk on GitHub:

pip install git+git://github.com/open-io/oiopy.git

Download and install from source by running:

python setup.py install

oiopy is also available on PyPI:

pip install oiopy

Updates

From GitHub:

pip install --upgrade git+git://github.com/open-io/oiopy.git

Docs

Documentation is available here.