WsgiDAV

基于WSGI的通用且可扩展的WebDAV服务器。(A generic and extendable WebDAV server based on WSGI.)

Github星跟蹤圖

logo WsgiDAV

Build Status
Latest Version
License
Documentation Status
Code style: black
StackOverflow: 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 --help for a list of available options.
    Note: The syntax changed slightly with v3.0.
  • Note: python-pam is needed if using pam-login on Linux or OSX:
    $ pip install python-pam
    $ wsgidav --auth=pam-login --host=0.0.0.0 --port=8080 --root=/tmp
    
  • Note: Windows users may prefer the
    MSI Installer
    (see Assets section).
  • WebDAV is a superset of HTTP, so WsgiDAV is also a performant, multi-threaded
    web server with SSL support.
  • 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 introduces some refactorings and breaking changes.
See the (change log) for details.

More info

Credits

Contributors:

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

主要指標

概覽
名稱與所有者mar10/wsgidav
主編程語言Python
編程語言Python (語言數: 6)
平台Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2013-12-22 14:38:24
推送於2025-04-06 07:04:41
最后一次提交2025-03-24 09:11:50
發布數40
最新版本名稱v4.3.3 (發布於 2024-05-04 20:27:14)
第一版名稱0.5.0 (發布於 )
用户参与
星數1k
關注者數22
派生數155
提交數0.9k
已啟用問題?
問題數192
打開的問題數2
拉請求數93
打開的拉請求數2
關閉的拉請求數38
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?