Metadata-Version: 1.1
Name: tiddlywebplugins.cherrypy
Version: 0.2.0
Summary: An improved server for TiddlyWeb.
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.cherrypy
Author: Chris Dent
Author-email: cdent@peermore.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: What
        ====
        
        A server for use with `TiddlyWeb <http://tiddlyweb.com>`_.
        
        The base install of TiddlyWeb can be run with ``wsgiref`` simple
        server but that server is slow and has some issues with encoding
        of request URIs. This server uses the wsgiserver, `Cheroot
        <https://github.com/cherrypy/cheroot>`_, which comes from the `CherryPy
        <http://www.cherrypy.org>`_ project. It provides a faster and more
        WSGI and HTTP compliant server.
        
        This code is tested with Python 2.7 and 3.5.
        
        Use
        ===
        
        In an already existing `instance
        <https://tank.peermore.com/tanks/tiddlyweb/instance>`_ adjust
        ``tiddlywebconfig.py`` to include:::
        
            'wsgi_server': 'tiddlywebplugins.cherrypy'
        
Platform: Posix; MacOS X; Windows
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
