Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install mobi.devices

How to install mobi.devices

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install mobi.devices
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.2 Available View build log
1.1 Available View build log
1.0.1 Available View build log
1.0b1 Available View build log
Windows (64-bit)
1.2 Available View build log
1.1 Available View build log
1.0.1 Available View build log
1.0b1 Available View build log
Mac OS X (10.5+)
1.2 Available View build log
1.1 Available View build log
1.0.1 Available View build log
1.0b1 Available View build log
Linux (32-bit)
1.2 Available View build log
1.1 Available View build log
1.0.1 Available View build log
1.0b1 Available View build log
Linux (64-bit)
1.2 Available View build log
1.1 Available View build log
1.0.1 Available View build log
1.0b1 Available View build log
 
License
BSD
Imports
Lastest release
version 1.2 on Apr 15th, 2011

See documentation at http://mobi.infrae.com/.

mobi.devices is a set of tools that detect mobile user agents. It uses the WURFL database as well as data from the MIT mobile project.

It provides WSGI middleware that can tag a request with information about the device performing the request.

For best performance, please install pytc. It is not a package requirement since it is not available on all platforms.

Paster example configuration:

[app:yourapp]
# This part describes your application
# use = ...

[filter:mobidevicedetection]
# The entry point to use the classifier
use = egg:mobi.devices#classifier
# cache the classification on a client side cookie (default: true)
cookie_cache = true
# Configure caching (see beaker documentation)
cache.type = ext:memcached
cache.url = 127.0.0.1:11211
cache.lock_dir = /tmp/mobicache
# Data directory *required*. make sure directory is writable
# by the user that run the webserver
var = /var/mobi/db
# Path to wurfl file. by default it uses the one shipped with
# this package. however you should use the latest one.
wurfl_file = /var/mobi/wurfl.xml.gz

[filter:mobirouter]
use = egg:mobi.devices#router
# Redirect mobile devices that connect to infrae.com hostname
# to m.infrae.com
infrae.com = http://m.infrae.com/

[pipeline:main]
# This part configures the actual WSGI stack
pipeline = mobidevicedetection mobirouter yourapp

[server:main]
# This is the configuration for the paster web server.
# It must have the same name as the pipeline.
use = egg:Paste#http
host = 0.0.0.0
port = 8080
threadpool_workers = 7

If you are using Apache with rewrite rules that modify the path and you want the router to route on the original path, please add the following rule before any rewrite rule

RewriteRule ^(.*)$ - [E=ORIGINAL_PATH:$1]
RequestHeader set X_ORIGINAL_PATH %{ORIGINAL_PATH}e

Changelog

mobi.devices 1.2 (2011-04-14)
  • add more configuration options (Bruno Binet)
mobi.devices 1.1 (2010-12-20)
  • add original path http header handler to make router work with rewrite rules.
  • add simple router middleware.
mobi.devices 1.0.1 (2010-09-14)
  • fix wurfl file configuration handling
  • fix missing import
mobi.devices 1.0 (2010-09-13)
  • Add new engine for wurfl
mobi.devices 1.0b1 (2010-07-14)
  • first release, see README.txt

Subscribe to package updates

Last updated Apr 15th, 2011

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.