Metadata-Version: 1.1
Name: WsgiDAV
Version: 2.0.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
Description: Copyright (c) 2012-2016 Martin Wendt,
        
        Status
        ------
        **Release 2.0 supports Python 3, but has beta status: use at your own risk!**
        Use 1.x for a stable release.
        
        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 by Ho Chun Wei.*
        
        Project home: https://github.com/mar10/wsgidav/
        
        Changes
        -------
        See `CHANGES.md <https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md>`_.
        
Keywords: web wsgi webdav application server
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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
