Giter Site home page Giter Site logo

pywebdav3's Introduction

PyWebDAV3

PyWebDAV is a standards compliant WebDAV server and library written in Python

PyWebDAV3 is an updated distribution for python 3 support.

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.

DETAILS

Consists of a server that is ready to run Serve and the DAV package that provides WebDAV server(!) functionality.

Currently supports

* WebDAV level 1
* Level 2 (LOCK, UNLOCK)
* Experimental iterator support

It plays nice with

* Mac OS X Finder
* Windows Explorer
* iCal
* cadaver
* Nautilus

This package does not provide client functionality.

INSTALLATION

Installation and setup of server can be as easy as follows:

$ pip install PyWebDAV3 $ davserver -D /tmp -n -J

After installation of this package you will have a new script in you $PYTHON/bin directory called davserver. This serves as the main entry point to the server.

If you're living on the bleeding edge then check out the sourcecode from https://github.com/andrewleech/PyWebDAV3

After having downloaded code simply install a development egg:

$ git clone https://github.com/andrewleech/PyWebDAV3 $ cd PyWebDAV3 $ python setup.py develop $ davserver --help

Any updates, fork and pull requests against my github page

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 https://github.com/andrewleech/PyWebDAV3 or send an email to the maintainer.

REQUIREMENTS

  • Python 3.5 or higher (www.python.org)
  • PyXML 0.66 (pyxml.sourceforge.net)

LICENSE

General Public License v2 see doc/LICENSE

AUTHOR(s)

Andrew Leech [*] Melbourne, Australia [email protected]

Simon Pamies Bielefeld, Germany [email protected]

Christian Scholz Aachen, Germany [email protected]

Vince Spicer Ontario, Canada [email protected]

[*]: Current Maintainer

OPTIONAL

NOTES

Look inside the file doc/TODO for things which needs to be done and may be done in the near future.

Have a look at doc/ARCHITECTURE to understand what's going on under the hood

pywebdav3's People

Contributors

andrewleech avatar cedk avatar encukou avatar pi-anl avatar jaysonlarose avatar chrysn avatar aspotashev avatar gauravk-mk avatar xypron avatar busterbeam avatar ntherning avatar

Watchers

 avatar

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.