Metadata-Version: 1.0
Name: PyWebDAV
Version: 0.9.3
Summary: WebDAV library including a standalone server for python
Home-page: http://code.google.com/p/pywebdav/
Author: Simon Pamies
Author-email: spamsch@gmail.com
License: GPL v2
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/
        
Keywords: webdav,server,dav,standalone,library,gpl,http,rfc2518,rfc 2518
Platform: Unix
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
