Metadata-Version: 2.1
Name: WsgiDAV
Version: 2.3.0
Summary: Generic WebDAV server based on WSGI
Home-page: https://github.com/mar10/wsgidav/
Author: Martin Wendt
Author-email: wsgidav@wwwendt.de
License: The MIT License
Keywords: web wsgi webdav application server
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: defusedxml

Copyright (c) 2009-2017 Martin Wendt,

Status
------
* Production / stable


Summary
-------
WsgiDAV is a WebDAV server for sharing files and other resources over the web.

- It is based on the WSGI interface <http://www.python.org/peps/pep-0333.html>.
- It comes bundled with a simple WSGI web server.

*This package is based on PyFileServer (c) 2005 by Ho Chun Wei*

Project home: https://github.com/mar10/wsgidav/

.. note::

	Windows users may also use the MSI installer that is
	`released on GitHub <https://github.com/mar10/wsgidav/releases/>`_.


Changes
-------
See `CHANGES.md <https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md>`_.


