skip to navigation
skip to content

PyWebDAV 0.9.3

WebDAV library including a standalone server for python

WebDAV library for python. Consists of a server and the DAV package that provides WebDAV server(!) functionality. Currently supports WebDAV level 1 and level 2 (LOCK, UNLOCK) making it play nice with cadaver, Mac OS X Finder, Windows Explorer or even iCal.

After installation of this package you will have a new script in you $PYTHON/bin directory called davserver. This serves as the main entry point to the server.

This package does not provide client functionality.

Example (using easy_install):

easy_install PyWebDAV
davserver -D /tmp -n

Example (unpacking file locally):

tar xvzf PyWebDAV-$VERSION.tar.gz
cd pywebdav
python setup.py develop
davserver -D /tmp -n

For more information: http://code.google.com/p/pywebdav/

File Type Py Version Uploaded on Size # downloads
PyWebDAV-0.9.3.tar.gz (md5) Source 2009-07-02 17:23:40.698246 63KB 91

Log in to rate this package.