GitXplorerGitXplorer
e

tinydav

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1302548d1c841d0e060b06eb60d862b4641af2a6

Added tag 0.7.3 for changeset 8891f5d3d19c

hhelduel committed 13 years ago
Unverified
4caf8c21add50b3a89f87558d619929f7e833034

update changelog

hhelduel committed 13 years ago
Unverified
b905408ab38d7efced4987c3f4075d87b70b93e8

Added tag 0.7.3 for changeset 9c2b89c144cd

hhelduel committed 13 years ago
Unverified
1ebf8d92b618ac7af56103920c823f2a7abdf3b6

Raise version to 0.7.3.

hhelduel committed 13 years ago
Unverified
fd89044114d34a1f1370fb31103109bbbea29ea7

Add forgotten defaultdict import.

hhelduel committed 13 years ago
Unverified
030792b739c51496340e1e8ba042a5c7a4d21e78

Added tag 0.7.2 for changeset cb12581cc4b1

committed 13 years ago

README

The README file for this repository.

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.