Metadata-Version: 1.0
Name: routr
Version: 0.1.1
Summary: URL routing made right
Home-page: UNKNOWN
Author: Andrey Popp
Author-email: 8mayday@gmail.com
License: BSD
Description: routr -- lightweight request routing for WebOb
        ==============================================
        
        Docs[1] are hosted at excellent ReadTheDocs project.
        
        [1]: http://routr.readthedocs.org/
        
        
        0.1.1
        -----
        
        * allow guards return None (routing doesn't break on this and procees with old
          trace)
        
        * RequestParams now can accept colander.SchemaNode directly (allows to supply
          validators)
        
        0.1
        ---
        
        * initial release
        
Platform: UNKNOWN
