Differences between revisions 1 and 2
Revision 1 as of 2005-06-02 23:38:10
Size: 626
Editor: dsl081-225-227
Comment:
Revision 2 as of 2005-06-05 16:16:51
Size: 719
Editor: BrettCannon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

-----
 * Take a look at Tcl's virtual file system for some inspiration. -- Brett Cannon

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.


  • Take a look at Tcl's virtual file system for some inspiration. -- Brett Cannon

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

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