Skip to content

fmerges/siilo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • CMIS

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

About

File storage abstraction layer for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.9%
  • Shell 5.1%