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

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


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


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

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


Run unittests
-------------
To run the unittests checkout sources and run:

python test/testloader.py

Unittests will not run with Python 3.


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. 
