Metadata-Version: 1.0
Name: tinydav
Version: 0.6.2
Summary: An easy-to-use HTTP and WebDAV client library.
Home-page: http://code.google.com/p/tinydav/
Author: Manuel Hermann
Author-email: manuel-hermann@gmx.net
License: LGPL
Download-URL: http://tinydav.googlecode.com/files/tinydav-0.6.2.tar.gz
Description: An easy-to-use HTML and WebDAV client library for Python
        --------------------------------------------------------
        
        This library contains a HTTP and WebDAV client supporting HTTP and HTTPS.
        
        Features of the HTTP client:
         - Cookie support
         - SSL support
         - HTTP methods: OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT
        
        Features of the WebDAV client:
         - All features of the HTTP client
         - WebDAV methods: MKCOL, PROPFIND, PROPPATCH, DELETE, COPY, MOVE, LOCK, UNLOCK
         - RFC 3253 REPORT (rudimentary)
        
        This version requires Python 2.5 or later; Python 3 is not supportet yet.
        
Keywords: http,https,webdav,library,client
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
