summaryrefslogtreecommitdiff
path: root/www/py-pywebdav/DESCR
diff options
context:
space:
mode:
authorrichard <richard>2013-07-08 05:44:21 +0000
committerrichard <richard>2013-07-08 05:44:21 +0000
commit5f328aee88a6429bd04cdf4bc54343a7379fd87e (patch)
treec35677ec34d9f9cec3e276c98c9cbe334f30e878 /www/py-pywebdav/DESCR
parent0b2ffae4ba9867ac3f633abe8bc491bf90105134 (diff)
downloadpkgsrc-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/DESCR6
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.