Skip to main content

Generic and extendable WebDAV server based on WSGI

Project description

logo WsgiDAV

Build Status Latest Version License Documentation Status Code style: black

A generic and extendable WebDAV server written in Python and based on WSGI.

Main features:

  • WsgiDAV is a stand-alone WebDAV server with SSL support, that can be installed and run as Python command line script on Linux, OSX, and Windows:
    $ pip install wsgidav cheroot
    $ wsgidav --host=0.0.0.0 --port=8080 --root=/tmp
    WARNING: share '/' will allow anonymous access.
    Running WsgiDAV/2.2.2 Cheroot/5.5.0 Python/3.4.2
    Serving on http://0.0.0.0:8080 ...
    
    Run wsgidav --help for a list of available options. NOTE: The syntax changes slightly with v3.0.
  • WebDAV is a superset of HTTP, so WsgiDAV is also a performant, multi-threaded web server with SSL support.
  • A binary MSI installer is available for Microsoft Windows.
  • WsgiDAV is also a Python library that implements the WSGI protocol and can be run behind any WSGI compliant web server.
  • WsgiDAV is implemented as a configurable stack of WSGI middleware applications.
    Its open architecture allows to extend the functionality and integrate WebDAV services into your project.
    Typical use cases are:
    • Expose data structures as virtual, editable file systems.
    • Allow online editing of MS Office documents.

Status

Latest Version See the (change log) for details.

Note: Release 3.0 is pretty new and introduces some refactorings and breaking changes.
Wimps may prefer using 2.x for a more stable release ;-)

More info

Credits

Contributors:

Any kind of feedback is very welcome!
Have fun :-)
Martin

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

WsgiDAV-3.0.0a7.tar.gz (148.3 kB view hashes)

Uploaded Source

Built Distribution

WsgiDAV-3.0.0a7-py2.py3-none-any.whl (169.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page