Metadata-Version: 1.1
Name: txspinneret
Version: 0.0.1
Summary: Spinneret is a collection of higher-level utility classes and functions
for Twisted Web.
Home-page: https://github.com/jonathanj/txspinneret
Author: Jonathan Jacobs
Author-email: UNKNOWN
License: MIT
Description: Spinneret: Twisted Web's Silk Spinner
        =====================================
        
        |build|_ |coverage|_
        
        Spinneret is a collection of higher-level utility classes and functions to make
        writing complex Twisted Web applications far simpler, it is designed to easily
        integrate with existing Twisted Web projects for things like the improved
        ``IResource`` implementations.
        
        For more info `read the docs <http://txspinneret.readthedocs.org>`_.
        
        
        Contribute
        ----------
        
        See http://github.com/jonathanj/txspinneret for development.
        
        
        Installation
        ------------
        
        .. code-block:: console
        
            $ pip install txspinneret
        
        
        .. |build| image:: https://travis-ci.org/jonathanj/txspinneret.svg?branch=master
        .. _build: https://travis-ci.org/jonathanj/txspinneret
        
        .. |coverage| image:: https://coveralls.io/repos/jonathanj/txspinneret/badge.png?branch=master
        .. _coverage: https://coveralls.io/r/jonathanj/txspinneret?branch=master
        
Keywords: twisted web routing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
