Generic and extendable WebDAV server based on WSGI
Project description
WsgiDAV
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 --helpfor a list of available options. -
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
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
- Read The Docs for details.
- Discussion Group
- Stackoverflow
Credits
Contributors:
- WsgiDAV is a refactored version
of PyFileServer 0.2,
Copyright (c) 2005 Ho Chun Wei.
Chun gave his approval to change the license from LGPL to MIT-License for this project. - https://github.com/mar10/wsgidav/contributors
- Markus Majer for providing the logo (a mixture of the international maritime signal flag for 'W (Whiskey)' and a dove.)
Any kind of feedback is very welcome!
Have fun :-)
Martin
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file WsgiDAV-3.0.0a2.tar.gz.
File metadata
- Download URL: WsgiDAV-3.0.0a2.tar.gz
- Upload date:
- Size: 140.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d26a360bca01e78a33712d81b848887aa0c791510e0ce46f24d45840aca4f2be
|
|
| MD5 |
fa2310ea3eb6543938d3c2c0a434f9cf
|
|
| BLAKE2b-256 |
a98df9cacf877d79a362e30c6f3279a0e44f3e327f1ebdd293d83ef230ceb8b6
|
File details
Details for the file WsgiDAV-3.0.0a2-py2.py3-none-any.whl.
File metadata
- Download URL: WsgiDAV-3.0.0a2-py2.py3-none-any.whl
- Upload date:
- Size: 187.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e7d150ff0593322d94a43ef0e1f9b8b80bad14b792b2845341bd67a655f5e87
|
|
| MD5 |
a580b3f1536acc246934363b718e27e0
|
|
| BLAKE2b-256 |
bc53102e42a545ad20e08cdebf5901473f72903e8ce2901f35c8910d1eca9eb4
|