LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
examples/django/README.rst
examples/django/manage.py
examples/django/app/__init__.py
examples/django/app/apps.py
examples/django/app/urls.py
examples/django/app/views.py
examples/django/example/__init__.py
examples/django/example/settings.py
examples/django/example/urls.py
examples/django/example/wsgi.py
examples/flask/README.rst
examples/flask/main.py
examples/pyramid/README.rst
examples/pyramid/main.py
examples/tornado/README.rst
examples/tornado/main.py
examples/wsgi/README.rst
examples/wsgi/main.py
tests/__init__.py
tests/constants.py
tests/dummy.py
tests/test_django.py
tests/test_flask.py
tests/test_pyramid.py
tests/test_tornado.py
tests/test_useragent.py
tests/test_utils.py
tests/test_wsgi.py
tests/testapp/__init__.py
tests/testapp/django.py
tests/testapp/flask.py
tests/testapp/pyramid.py
tests/testapp/tornado.py
uadetector/__init__.py
uadetector/constants.py
uadetector/useragent.py
uadetector/utils.py
uadetector/wsgi.py
uadetector.egg-info/PKG-INFO
uadetector.egg-info/SOURCES.txt
uadetector.egg-info/dependency_links.txt
uadetector.egg-info/requires.txt
uadetector.egg-info/top_level.txt
uadetector/django/__init__.py
uadetector/django/conf.py
uadetector/django/middleware.py
uadetector/flask/__init__.py
uadetector/pyramid/__init__.py
uadetector/tornado/__init__.py
uadetector/tornado/web.py