.gitignore
CHANGES.rst
LICENSE.txt
README.rst
TODO.rst
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/architecture.rst
docs/changes.rst
docs/conf.py
docs/glossary.rst
docs/index.rst
docs/make.bat
docs/providers.rst
docs/usage.rst
docs/_static/overview.png
docs/api/app.rst
docs/api/toplevel.rst
docs/api/utils.rst
docs/providers/facebook.rst
docs/providers/github.rst
docs/providers/google.rst
docs/providers/live.rst
docs/providers/openid.rst
docs/providers/twitter.rst
docs/providers/yahoo.rst
examples/flask_app/README.txt
examples/flask_app/example.cfg
examples/flask_app/myapp.py
examples/flask_app/templates/login.html
examples/flask_app/templates/result.html
examples/pyramid_app/README.txt
examples/pyramid_app/example.ini
examples/pyramid_app/setup.py
examples/pyramid_app/myapp/__init__.py
examples/pyramid_app/myapp/templates/login.mako
examples/pyramid_app/myapp/templates/result.mako
examples/pyramid_plugin/README.txt
examples/pyramid_plugin/example.ini
examples/pyramid_plugin/setup.py
examples/pyramid_plugin/myapp/__init__.py
examples/pyramid_plugin/myapp/templates/login.mako
examples/pyramid_plugin/myapp/templates/result.mako
tests/__init__.py
tests/selenium/__init__.py
tests/selenium/setup.py
tests/selenium/testing.ini
tests/selenium/tests.py
tests/selenium/testapp/__init__.py
tests/selenium/testapp/templates/login.mako
tests/selenium/testapp/templates/result.mako
tests/units/__init__.py
tests/units/test_settings.py
tests/units/test_app/__init__.py
tests/units/test_app/test_baseconvert.py
velruse/__init__.py
velruse/api.py
velruse/exceptions.py
velruse/settings.py
velruse/utils.py
velruse.egg-info/PKG-INFO
velruse.egg-info/SOURCES.txt
velruse.egg-info/dependency_links.txt
velruse.egg-info/entry_points.txt
velruse.egg-info/not-zip-safe
velruse.egg-info/requires.txt
velruse.egg-info/top_level.txt
velruse/app/__init__.py
velruse/app/baseconvert.py
velruse/app/utils.py
velruse/providers/__init__.py
velruse/providers/bitbucket.py
velruse/providers/douban.py
velruse/providers/facebook.py
velruse/providers/github.py
velruse/providers/google.py
velruse/providers/identica_.py
velruse/providers/lastfm.py
velruse/providers/linkedin.py
velruse/providers/live.py
velruse/providers/oid_extensions.py
velruse/providers/openid.py
velruse/providers/qq.py
velruse/providers/renren.py
velruse/providers/taobao.py
velruse/providers/twitter.py
velruse/providers/weibo.py
velruse/providers/yahoo.py