Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.22 KB

README.rst

File metadata and controls

44 lines (30 loc) · 1.22 KB

Siilo

image

image

image

image

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