Metadata-Version: 1.1
Name: rump
Version: 0.2.0
Summary: Upstream selection.
Home-page: https://github.com/bninja/rump/
Author: Rump Us
Author-email: ru@mp.us
License: MIT
Description: ====
        rump
        ====
        
        .. image:: https://travis-ci.org/bninja/rump.png
           :target: https://travis-ci.org/bninja/rump
        
        .. image:: https://coveralls.io/repos/bninja/rump/badge.png
           :target: https://coveralls.io/r/bninja/rump
        
        
        **Experimental** HTTP router.
        
        dev
        ===
        
        .. code:: bash
        
           $ git clone git@github.com:bninja/rump.git
           $ cd rump
           $ mkvirtualenv rump
           (rump)$ pip install -e .[tests]
           (rump)$ py.test test/ --cov=rump --cov-report term-missing
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
