/py-gitfs

FUSE (filesystem in userspace) that presents contents of git repository.

Primary LanguagePython

What
====

FUSE (filesystem in userspace) that presents contents of git repository.
This is a learning project. Aims:

    * learn how to make FUSE in Python
    * create a working read-only git FUSE tonight

Done and done.


Roadmap
=======

* setup.py
* clean up code, refactor copy-pasted pieces
* tests
* PyPi