<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyWebDAV</name>
<shortdesc>WebDAV library including a standalone server for python</shortdesc>
<description>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/</description>
<homepage rdf:resource="http://code.google.com/p/pywebdav/" />
<maintainer><foaf:Person><foaf:name>Simon Pamies</foaf:name>
<foaf:mbox_sha1sum>ed0c39eb41a0778ce5916cac6c46b6c0ea1d8a7a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.9.3</revision></Version></release>
</Project></rdf:RDF>