============================================== PyLUFS ============================================== This is a Python binding for LUFS 0.9.7, the Linux Userland File System . Unlike "pythonfs", which requires considerable compilation and installation efforts to integrate with the lufs daemon, this interface makes lufs a regular Python extension module running in the standard interpreter. It allows any Python program to "mount" any virtual files and directories it wants to emulate just by calling a function in the lufs module. See the localfs.py example. This requires LUFS to be installed, of course. See http://sourceforge.net/projects/lufs . The code in this directory is GPL. Apart from _lufsmodule.c, the .c and .h files are taken with minor changes from lufsd in the LUFS 0.9.7 distribution. - - Armin Rigo