Skip to content

A Flask extension to simplify building mobile-friendly sites.

License

Notifications You must be signed in to change notification settings

mythmon/flask-mobility

 
 

Repository files navigation

Summary

A Flask extension to simplify building mobile-friendly sites.

This extension detects whether a mobile site is requested and it modifies the request object accordingly.

Decorators are provided to make mobilizing views easier.

https://api.travis-ci.org/rehandalal/flask-mobility.png

Documentation

Documentation is at http://flask-mobility.readthedocs.org/en/latest/.

Install

To install:

$ pip install Flask-Mobility

You can also install the development version https://github.com/rehandalal/flask-mobility/tarball/master#egg=Flask-Mobility-dev:

$ pip install Flask-Mobility==dev

or:

$ git clone git://github.com/rehandalal/flask-mobility.git
$ mkvirtualenv flaskmobility
$ python setup.py develop
$ pip install -r requirements.txt

Test

To run tests from a tarball or git clone:

$ python setup.py test

About

A Flask extension to simplify building mobile-friendly sites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%