siilo

File storage abstraction layer


License
Other
Install
pip install siilo==0.1.0

Documentation

Siilo

Siilo is a file storage abstraction layer for Python. It is inspired by Django's File storage API, but is framework agnostic.

Siilo supports for the following file storages:

  • Local Filesystem
  • Apache Libcloud
  • Amazon S3

Siilo has the following goals:

  • to be compatible with Python’s file API
  • to support both Python 2 and 3
  • to have full unit test coverage.

You can install the library with pip:

pip install siilo

Resources