Attention

You are looking at outdated documentation for version 1.x. A newer version is available.

5.5.3.2.1. wsgidav.samples.dav_provider_tools

Functions

StringIO StringIO([s]) – Return a StringIO-like stream for reading or writing

Classes

DAVCollection(path, environ) A DAVCollection is a _DAVResource, that has members (like a ‘folder’ on a filesystem).
DAVNonCollection(path, environ) A DAVNonCollection is a _DAVResource, that has content (like a ‘file’ on a filesystem).
DAVResolver(parentResolver, name) Return a DAVResource object for a path (None, if not found).
FileResource(path, environ, filePath) Represents an existing file.
VirtualCollection(path, environ, …) Abstract base class for collections that contain a list of static members.
VirtualTextResource(path, environ, content) A virtual file, containing a string.