jpvanhal / siilo

File storage abstraction layer for Python
http://siilo.readthedocs.org/
MIT License
23 stars 11 forks source link

Siilo

.. image:: http://img.shields.io/travis/jpvanhal/siilo/master.svg :target: http://travis-ci.org/jpvanhal/siilo

.. image:: http://img.shields.io/coveralls/jpvanhal/siilo/master.svg :target: https://coveralls.io/r/jpvanhal/siilo?branch=master

.. image:: http://img.shields.io/pypi/dm/siilo.svg :target: https://pypi.python.org/pypi/siilo

.. image:: http://img.shields.io/pypi/v/siilo.svg :target: https://pypi.python.org/pypi/siilo

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

.. _Django's File storage API: https://docs.djangoproject.com/en/dev/ref/files/storage/

Siilo supports for the following file storages:

Siilo has the following goals:

You can install the library with pip::

pip install siilo

Resources