-
Notifications
You must be signed in to change notification settings - Fork 1
biggosh/pywebdav
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project was imported from code.google developed and maintained originally by: Simon Pamies Bielefeld, Germany [email protected] Christian Scholz Aachen, Germany [email protected] Vince Spicer Ontario, Canada [email protected] PyWebDAV is a standards compliant WebDAV server and library written in Python DESCRIPTION ----------- 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 the server in the DAVServer package. Upon installation a script called davserver is created in your $PYTHON/bin directory. If you search an easy to use WebDAV server that supports most clients (cadaver, Mac OS X Finder, Windows Explorer, ...) then try out PyWebDAV. INSTALLATION ------------ Installation and setup of server can be as easy as follows: $ easy_install PyWebDAV $ davserver -D /tmp -n -J If you want to use the library then have a look at the DAVServer package that holds all code for a full blown server. Also doc/ARCHITECURE has information for you. REQUIREMENTS ------------ - Python 2.4 or higher (www.python.org) - PyXML 0.66 (pyxml.sourceforge.net) LICENSE ------- General Public License v2 see doc/LICENSE OPTIONAL -------- - MySQLdb (http://sourceforge.net/projects/mysql-python) - Mysql server 4.0+ for Mysql authentication with with read/write access to one database NOTES ----- Look inside the file doc/TODO for things which needs to be done and will be done in the near future. Have a look at doc/ARCHITECTURE to understand what's going on under the hood
About
Automatically exported from code.google.com/p/pywebdav
Resources
Stars
Watchers
Forks
Packages 0
No packages published