Metadata-Version: 1.0
Name: PyWebDAV
Version: 0.9.1
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 functionality.
        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.
        
        Example ::
        davserver -D /home/files -n
        
        For more information go to 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
