Hi, I'm trying to make an easy to use/configure web framework using the asyncio and aiohttp modules
Its pretty raw, I'll try to add more doco as I finalize more of the design. to set up a dev env and install python dependencies you should be able to use buildout2 [https://pypi.python.org/pypi/zc.buildout/2.0.0] wget http://downloads.buildout.org/2/bootstrap.py python bootstrap.py it uses couchdb as the database backend There is a working example app in the src/supplementme which I'm trying to develop. to run it PYTHONPATH=$PYTHONPATH:$PWD/src/ python3 src/supplementme/application.py The tests are mostly up to date :) Any constructive criticism would be much appreciated. Thx Steven
