Your search query "linkto%3A%22CodingProjectIdeas%2FFileSystemVirtualization%22" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.

Clear message

Note: this idea was originally written for SoC 2005. Since then 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 py.local and 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.


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