akaDAV is a python module to provide WebDAV (RFC 2518) capabilities for Twisted 1.3. It enables you to quickly write your own WebDAV server application in Python. The package also includes easy-to-use and lightweight WebDAV server application.
Installation:
Run "python setup.py install".
Requirements:
· Python >= 2.3.0
· Twisted 1.3
· PyXML
· pyOpenSSL
What's New in This Release:
· Add Apache's htpasswd compatible command.
· Add Basic Authentication feature.
· Add sample server application.
Product's homepage