Chris Lamb

django-fuse

BlogProjectsAbout

View all my projects »

Abstractions for building FUSE filesystems using Django.


Django FUSE is a utility Django application to assist in creating FUSE filesystems around the Django web development framework.

It currently supports the creation of dynamic directories and files, as well as providing an convenient wrapper to serve files outside of the FUSE filesystem from arbitrary locations.

It utilises existing Django infrastructure where possible, such as using the URL resolver and the request-response model. See the example application in the source tree for more.

You can install django-fuse from PyPI:

$ pip install django-fuse
… or by adding django-fuse to your requirements.txt and re-running pip install -r requirements.txt.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/django-fuse

django-fuse is released under the GNU General Public license version 3 or later.

View all my projects »