Name : python-module-aio-routes Relocations: (not relocatable) Version : 0.2 Vendor: ALT Linux Team Release : alt1.git20141212.1.1 Build Date: Sun Mar 13 18:35:49 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 96828 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/aio-routes/ Summary : URL routing library for asyncio Description : Aio-routes is a URL routing library for web applications. It doesn't support typical pattern-based or regular-expression bases routing. But rather it traverses objects while resolving an url. See examples below, for more info Aioroutes works not only for HTTP but for any kind of RPC, for example for method invocation over WebSockets. HTTP support is built-in, for other kinds of things small pieces of glue code is needed.