Differences between revisions 3 and 4
Revision 3 as of 2006-05-02 05:21:35
Size: 955
Editor: dsl081-225-227
Comment:
Revision 4 as of 2006-08-18 09:58:40
Size: 1357
Editor: PaulBoddie
Comment: Added other prior works.
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

 * An existing work in Python is [http://download.ikaaro.org/doc/itools/itoolsch12.html itools.resources]. Work on filesystem virtualisation should also take into account the existing urllib/urllib2 modules (and improvements - see CleanupUrlLibProject) along with other packages which provide file-like and os/os.path-like interfaces, notably [http://ftputil.sschwarzer.net/ ftputil]. -- PaulBoddie

Note: this idea was originally written for SoC 2005. Since then [http://www.python.org/dev/peps/pep-0355/ PEP 355] was written, which describes an interface for a path object. This should serve as the basis for any implementation.

There are several object-oriented ways to access filesystems in Python, though none have reached a critical mass of popularity. Two instances are [http://codespeak.net/py/current/doc/ py.local] and [http://www.jorendorff.com/articles/python/path/ path].

Given that OO interface, you can create objects that look like filesystems but access other resources, like WebDAV servers, databases, etc. py.local contains an implementation that accesses a svn repository.

One of these could be extended, or a generic interface for filesystems could be developed alongside several functional implementations of that interface.


CodingProjectIdeas/FileSystemVirtualization (last edited 2008-11-15 14:00:06 by localhost)

Unable to edit the page? See the FrontPage for instructions.