Here is a Python3 packages listing on PyPI: <a href="http://pypi.python.org/pypi?:action=browse&c=533&show=all" rel="nofollow">http://pypi.python.org/pypi?:action=browse&c=533&sho...</a>
There's some interesting stuff for web developers in there: Pyramid, Bottle, SQLAlchemy, pymongo3, Mako, Jinja2, nose, etc. It seems that the whole web development stack is pretty much covered. Although it's not listed there, Tornado should also run on Python3. I considered starting my new project with Python3 but eventually sticked with Django because of the time-saving reusable apps available, but it's interesting to note that building web apps with Python3 should already be feasible.