Metadata-Version: 1.1
Name: Flask-Mobility
Version: 0.1.1
Summary: A Flask extension to simplify building mobile-friendly sites.
Home-page: http://github.com/rehandalal/flask-mobility/
Author: Rehan Dalal
Author-email: rehan@meet-rehan.com
License: BSD
Description: 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.
        
        .. image:: https://api.travis-ci.org/rehandalal/flask-mobility.png
           :target: https://travis-ci.org/rehandalal/flask-mobility/
        
        
        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
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
