Code Monkey home page Code Monkey logo

pywebdav's Introduction

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're living on the bleeding edge then check out the sourcecode from
http://code.google.com/p/pywebdav/source/checkout

After having downloaded code simply install a development egg:

$ svn co svn checkout http://pywebdav.googlecode.com/svn/trunk/ pywebdav
$ cd pywebdav
$ python setup.py develop
$ davserver --help

Send patches to http://code.google.com/p/pywebdav/issues/list

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.


QUESTIONS?
---------

Ask here http://groups.google.com/group/pywebdav
or send an email to the maintainer.


REQUIREMENTS
------------

- Python 2.4  or higher (www.python.org)
- PyXML 0.66 (pyxml.sourceforge.net)


LICENSE
-------

General Public License v2
see doc/LICENSE


AUTHOR(s)
------

Simon Pamies [*]
Bielefeld, Germany
[email protected]

Christian Scholz
Aachen, Germany
[email protected]

Vince Spicer
Ontario, Canada
[email protected]

[*]: Current Maintainer


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

pywebdav's People

Contributors

uznick avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

johaven

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.