About
DAV client library, Greg Stein's
Python Software page indicates:
-
The httplib.py and qp_xml.py modules (listed above) are prerequisites to using this module.
This module provides client-side access to a DAV server. DAV is a protocol for remote web-site authoring and management. This module provides full access to Class 1 services. In the near future, it will offer access to Class 2 services and the expanded DAV services such as DASL, versioning, and Advanced Collections.
There is a small hack of a module (
davtest.py) that I use for testing davlib.py. The davtest module should only be used by Python programmers as it expects you to dig into it and make changes -- it is not a user-level regression test for DAV servers.
