The solidify filesystem

Installation

solidify is written in Python using the Python-FUSE bindings. The package uses distutils, so usually, all you need to do is unpack the archive and run ./setup.py install as root. You can also get a Gentoo ebuild from the download page.

Dependencies

solidify currently includes an implementation of an OrderedDict by Raymond Hettinger (under the MIT license). This will be removed once OrderedDicts are included in Python.