diff options
author | richard <richard> | 2013-07-08 05:44:21 +0000 |
---|---|---|
committer | richard <richard> | 2013-07-08 05:44:21 +0000 |
commit | 5f328aee88a6429bd04cdf4bc54343a7379fd87e (patch) | |
tree | c35677ec34d9f9cec3e276c98c9cbe334f30e878 /www/py-pywebdav/DESCR | |
parent | 0b2ffae4ba9867ac3f633abe8bc491bf90105134 (diff) | |
download | pkgsrc-5f328aee88a6429bd04cdf4bc54343a7379fd87e.tar.gz |
Python WebDAV implementation (level 1 and 2) that features a library that
enables you to integrate WebDAV server capabilities to your application.
A fully working example on how to use the library is included. You can find a
server in the DAVServer package. This server is fully functional and can even
be run as daemon.
Diffstat (limited to 'www/py-pywebdav/DESCR')
-rw-r--r-- | www/py-pywebdav/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-pywebdav/DESCR b/www/py-pywebdav/DESCR new file mode 100644 index 00000000000..4326d742829 --- /dev/null +++ b/www/py-pywebdav/DESCR @@ -0,0 +1,6 @@ +Python WebDAV implementation (level 1 and 2) that features a library that +enables you to integrate WebDAV server capabilities to your application. + +A fully working example on how to use the library is included. You can find a +server in the DAVServer package. This server is fully functional and can even +be run as daemon. |