updated README and extended long description in setup.py
re-jigged naming of storage scheme and sync interface methods
refactored to introduce StorageSync interface and implemented FileFileStorageSync
made main cli entry point callable from python with its own arg list
added mount property to Root class
bugfix - fixed direct call to filesystem, should go via scheme instance
bugfix - fixed stupid typo bug in manifest file full path construction
register scheme impls against their class and instance them on lookup