Metadata-Version: 1.1
Name: wq.app
Version: 0.4.2
Summary: JavaScript web apps with RequireJS, jQuery Mobile, Mustache, and Leaflet
Home-page: http://wq.io/wq.app
Author: S. Andrew Sheppard
Author-email: andrew@wq.io
License: MIT
Description: .. figure:: https://raw.github.com/wq/wq/master/images/256/wq.app.png
           :align: center
           :alt: wq.app
        
           wq.app
        
        `wq.app <http://wq.io/wq.app>`_ is a suite of Javascript modules and
        related assets, created to facilitate the rapid deployment of
        offline-cabable HTML5 mobile and desktop data collection apps for
        **crowdsourcing**, **citizen science**, and **volunteered geographic
        information**, as well as professional **field data collection**. wq.app
        is the client component of the `wq framework <http://wq.io>`_, and can
        be used with any REST service as a backend. In particular, when combined
        with a Mustache-capable REST service like `wq.db <http://wq.io/wq.db>`_,
        wq.app can be used to create **responsive, progressively enhanced**
        websites / apps, that can selectively render individual application
        screens on the server *or* on the client depending on project needs,
        network connectivity, and ``localStorage`` availability.
        
        Getting Started
        ---------------
        
        ::
        
            pip install wq.app
            # Or, if using together with wq.db
            pip install wq
        
        See `the documentation <http://wq.io/docs/>`_ for more information.
        See https://github.com/wq/wq.app to fork wq.app or report any issues.
        
        
        Features
        --------
        
        wq.app's `JavaScript modules <http://wq.io/docs/app>`_ are built on `a
        number of libraries <http://wq.io/docs/third-party>`_ including
        `RequireJS <http://requirejs.org>`_, `jQuery
        Mobile <http://jquerymobile.com>`_, `Leaflet <http://leafletjs.com>`_,
        `d3 <http://d3js.org>`_, and
        `Mustache.js <https://mustache.github.com/>`_. wq.app extends these
        libraries with:
        
        -  `app.js <http://wq.io/docs/app-js>`_, a high-level application
           controller that combines ``store.js`` and ``pages.js`` into a full
           configuration-driven CRUD client (intended for use with
           `wq.db <http://wq.io/wq.db>`_'s `app.py <http://wq.io/docs/rest>`_)
        -  `chart.js <http://wq.io/docs/chart-js>`_, configurable d3-based
           reusable charts, including time series and contour plots
        -  `locate.js <http://wq.io/docs/locate-js>`_, Leaflet-powered utilities
           for requesting and displaying the user's location
        -  `map.js <http://wq.io/docs/map-js>`_, Leaflet integration for showing
           maps on app.js pages that contain geometry (e.g. GeoJSON or simple
           lat/long)
        -  `pages.js <http://wq.io/docs/pages-js>`_, a PJAX-style ``pushState``
           URL router, template renderer, and page injector
        -  `store.js <http://wq.io/docs/store-js>`_, a robust
           ``localStorage``-cached JSON REST client (with indexing and filtering
           capabilities for object lists)
        -  and a number of `other useful utilities <http://wq.io/docs/sup>`_
        
        To facilitate compact deployment, wq.app provides a Python-based `build
        process <http://wq.io/docs/build>`_ for compiling wq apps: inlining
        templates, optimizing code (via
        `r.js <https://github.com/jrburke/r.js>`_), and generating an
        application cache manifest. wq.app also includes
        `jquery-mobile.scss <http://wq.io/docs/jquery-mobile-scss-themes>`_, a
        SASS/SCSS stylesheet for generating custom jQuery Mobile themes.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Pre-processors
