Skip to content

r-kitaev/lucid-python-tinydav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages