--------------------------------
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.


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


Unittests
---------
To run the unittests and coverage type:

$ python setup.py test


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