MANIFEST.in
README.rst
requirements.txt
setup.py
aiohttp_r3/__init__.py
aiohttp_r3/_r3.pyx
aiohttp_r3/cr3.pxd
aiohttp_r3/router.py
aiohttp_r3.egg-info/PKG-INFO
aiohttp_r3.egg-info/SOURCES.txt
aiohttp_r3.egg-info/dependency_links.txt
aiohttp_r3.egg-info/requires.txt
aiohttp_r3.egg-info/top_level.txt
deps/r3/.gitignore
deps/r3/.travis.yml
deps/r3/CHANGES.md
deps/r3/CMakeLists.txt
deps/r3/COPYING
deps/r3/HACKING.md
deps/r3/INSTALL
deps/r3/LICENSE
deps/r3/Makefile
deps/r3/Makefile.am
deps/r3/Makefile.in
deps/r3/README.md
deps/r3/aclocal.m4
deps/r3/autogen.sh
deps/r3/bench.html
deps/r3/bench_str.csv
deps/r3/compile
deps/r3/config.guess
deps/r3/config.h
deps/r3/config.h.in
deps/r3/config.log
deps/r3/config.status
deps/r3/config.sub
deps/r3/configure
deps/r3/configure.ac
deps/r3/depcomp
deps/r3/gen_route_tests.rb
deps/r3/gen_routes.rb
deps/r3/install-sh
deps/r3/libtool
deps/r3/ltmain.sh
deps/r3/missing
deps/r3/package.json
deps/r3/r3.pc
deps/r3/r3.pc.in
deps/r3/run-benchmark
deps/r3/stamp-h1
deps/r3/test-driver
deps/r3/3rdparty/CMakeLists.txt
deps/r3/3rdparty/Makefile
deps/r3/3rdparty/Makefile.am
deps/r3/3rdparty/Makefile.in
deps/r3/3rdparty/zmalloc.c
deps/r3/3rdparty/zmalloc.h
deps/r3/3rdparty/.deps/libr3ext_la-zmalloc.Plo
deps/r3/autom4te.cache/output.0
deps/r3/autom4te.cache/output.1
deps/r3/autom4te.cache/requests
deps/r3/autom4te.cache/traces.0
deps/r3/autom4te.cache/traces.1
deps/r3/cmake/FindCheck.cmake
deps/r3/cmake/FindJemalloc.cmake
deps/r3/cmake/FindJudy.cmake
deps/r3/cmake/FindPCRE.cmake
deps/r3/dist-debian/changelog
deps/r3/dist-debian/compat
deps/r3/dist-debian/control
deps/r3/dist-debian/copyright
deps/r3/dist-debian/docs
deps/r3/dist-debian/libr3-dev.dirs
deps/r3/dist-debian/libr3-dev.install
deps/r3/dist-debian/libr3.dirs
deps/r3/dist-debian/libr3.install
deps/r3/dist-debian/rules
deps/r3/dist-debian/source/format
deps/r3/examples/Makefile
deps/r3/examples/Makefile.am
deps/r3/examples/Makefile.in
deps/r3/examples/routing.c
deps/r3/examples/simple
deps/r3/examples/simple.c
deps/r3/examples/simple_cpp
deps/r3/examples/simple_cpp.cpp
deps/r3/examples/.deps/simple.Po
deps/r3/examples/.deps/simple_cpp.Po
deps/r3/include/memory.h
deps/r3/include/r3.h
deps/r3/include/r3.hpp
deps/r3/include/r3_gvc.h
deps/r3/include/r3_json.h
deps/r3/include/r3_list.h
deps/r3/include/r3_slug.h
deps/r3/include/str_array.h
deps/r3/m4/.keep
deps/r3/m4/libtool.m4
deps/r3/m4/ltoptions.m4
deps/r3/m4/ltsugar.m4
deps/r3/m4/ltversion.m4
deps/r3/m4/lt~obsolete.m4
deps/r3/php/r3/config.m4
deps/r3/php/r3/ct_helper.c
deps/r3/php/r3/ct_helper.h
deps/r3/php/r3/hash.c
deps/r3/php/r3/hash.h
deps/r3/php/r3/php_expandable_mux.c
deps/r3/php/r3/php_expandable_mux.h
deps/r3/php/r3/php_r3.c
deps/r3/php/r3/php_r3.h
deps/r3/php/r3/r3_controller.c
deps/r3/php/r3/r3_controller.h
deps/r3/php/r3/r3_functions.c
deps/r3/php/r3/r3_functions.h
deps/r3/php/r3/r3_mux.c
deps/r3/php/r3/r3_mux.h
deps/r3/php/r3/r3_persistent.c
deps/r3/php/r3/r3_persistent.h
deps/r3/php/r3/annotation/annot.h
deps/r3/php/r3/annotation/base.c
deps/r3/php/r3/annotation/lemon
deps/r3/php/r3/annotation/lemon.c
deps/r3/php/r3/annotation/lempar.c
deps/r3/php/r3/annotation/parser.c
deps/r3/php/r3/annotation/parser.h
deps/r3/php/r3/annotation/parser.lemon
deps/r3/php/r3/annotation/parser.out
deps/r3/php/r3/annotation/scanner.c
deps/r3/php/r3/annotation/scanner.h
deps/r3/php/r3/annotation/scanner.re
deps/r3/src/CMakeLists.txt
deps/r3/src/Makefile
deps/r3/src/Makefile.am
deps/r3/src/Makefile.in
deps/r3/src/edge.c
deps/r3/src/gvc.c
deps/r3/src/json.c
deps/r3/src/list.c
deps/r3/src/match_entry.c
deps/r3/src/memory.c
deps/r3/src/node.c
deps/r3/src/r3_debug.h
deps/r3/src/slug.c
deps/r3/src/slug.h
deps/r3/src/str.c
deps/r3/src/str.h
deps/r3/src/token.c
deps/r3/src/.deps/edge.Plo
deps/r3/src/.deps/gvc.Plo
deps/r3/src/.deps/json.Plo
deps/r3/src/.deps/match_entry.Plo
deps/r3/src/.deps/memory.Plo
deps/r3/src/.deps/node.Plo
deps/r3/src/.deps/slug.Plo
deps/r3/src/.deps/str.Plo
deps/r3/src/.deps/token.Plo
deps/r3/tests/CMakeLists.txt
deps/r3/tests/Makefile
deps/r3/tests/Makefile.am
deps/r3/tests/Makefile.in
deps/r3/tests/bench.c
deps/r3/tests/bench.h
deps/r3/tests/check_gvc.c
deps/r3/tests/check_json.c
deps/r3/tests/check_routes.c
deps/r3/tests/check_slug.c
deps/r3/tests/check_str_array.c
deps/r3/tests/check_tree.c
deps/r3/tests/.deps/bench.Po
deps/r3/tests/.deps/check_gvc.Po
deps/r3/tests/.deps/check_json.Po
deps/r3/tests/.deps/check_routes.Po
deps/r3/tests/.deps/check_slug.Po
deps/r3/tests/.deps/check_str_array.Po
deps/r3/tests/.deps/check_tree.Po