--------------------------------
TinyDAV: A WebDAV client library
--------------------------------

Summary
-------
A simple to use library for contacting WebDAV servers.


Requirements
------------
* Python 2.5 or higher.
* Setuptools
* coverage (for unittests)

Python 3 is not supported, yet.


Installation
------------
Get from PyPI:
# easy_install tinydav

Get package from Google Code:
python setup.py build
python setup.py install


Documentation
-------------
Tutorial: http://code.google.com/p/tinydav/wiki/Tutorial
Reference: http://code.google.com/p/tinydav/wiki/tinydav


License
-------
TinyDAV ist licensed under the LGPLv3. See separate COPYING and COPYING.LESSER. 
