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
- Python 2.6 (I do not know whether 2.6 is really necessary, though)
- FusePython
- paramiko
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.