Metadata-Version: 2.1
Name: wq.app
Version: 1.2.0a1
Summary: Offline-capable HTML5 web and hybrid apps for citizen science field data collection.
Home-page: https://wq.io/wq.app
Author: S. Andrew Sheppard
Author-email: andrew@wq.io
License: MIT
Project-URL: Documentation, https://wq.io/docs/
Project-URL: Source, https://github.com/wq/wq.app
Project-URL: Release Notes, https://github.com/wq/wq.app/releases
Project-URL: Issues, https://github.com/wq/wq.app/issues
Project-URL: CI, https://travis-ci.org/wq/wq.app
Project-URL: Homepage, https://wq.io/wq.app
Description: [![wq.app](https://raw.github.com/wq/wq/master/images/256/wq.app.png)](https://wq.io/wq.app)
        
        [wq.app](https://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], and can be used with any REST service as a backend.  In particular, when combined with a Mustache-capable REST service like [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 offline storage availability.
        
        [![Latest PyPI Release](https://img.shields.io/pypi/v/wq.app.svg)](https://pypi.org/project/wq.app)
        [![Release Notes](https://img.shields.io/github/release/wq/wq.app.svg)](https://github.com/wq/wq.app/releases)
        [![Documentation](https://img.shields.io/badge/Docs-1.2-blue.svg)](https://wq.io/wq.app)
        [![License](https://img.shields.io/pypi/l/wq.app.svg)](https://wq.io/license)
        [![GitHub Stars](https://img.shields.io/github/stars/wq/wq.app.svg)](https://github.com/wq/wq.app/stargazers)
        [![GitHub Forks](https://img.shields.io/github/forks/wq/wq.app.svg)](https://github.com/wq/wq.app/network)
        [![GitHub Issues](https://img.shields.io/github/issues/wq/wq.app.svg)](https://github.com/wq/wq.app/issues)
        
        #### Latest Build
        
        [![Travis Build Status](https://img.shields.io/travis/wq/wq.app/master.svg)](https://travis-ci.org/wq/wq.app)
        [![Python Wheel](https://img.shields.io/bintray/v/wq/wq.app/wq.app.svg)](https://bintray.com/wq/wq.app/wq.app/_latestVersion)
        
        ## Getting Started
        
        ```bash
        # Recommended: create virtual environment
        # python3 -m venv venv
        # . venv/bin/activate
        
        # Install entire wq suite (recommended)
        python3 -m pip install wq
        
        # Install only wq.app
        python3 -m pip install wq.app
        ```
        
        See [the documentation] for more information.
        
        ## Features
        
        wq.app's [JavaScript modules] are built on [a number of libraries] including [jQuery Mobile], [Leaflet], [d3], and [Mustache.js].  wq.app extends these libraries with:
        
         * [@wq/app], a high-level application controller and configuration-driven CRUD client (optimized for use with [wq.db.rest])
         * [@wq/model], a lightweight implementation of models / collections
         * [@wq/outbox], an offline queue of `<form>` submissions for later synchronization
         * and a number of other useful utilities
        
        @wq/app can be extended with a number of plugins such as the Leaflet-powered [@wq/map] and the d3.js-powered [@wq/chart].  wq.app comes bundled with all of the required third-party JavaScript libraries.  To facilitate compact deployment, wq.app provides a Python-based [build process] for compiling wq apps: inlining templates, optimizing code (via [r.js]), and generating a native application package (via [PhoneGap Build]).
        
        See the notes in [Getting Started] for more information about setting up a project layout that utilizes wq.app and its bundled JavaScript libraries.
        
         [wq framework]: https://wq.io
         [recommended project layout]: https://github.com/wq/django-wq-template
         [a number of libraries]: https://wq.io/docs/third-party
        
         [the documentation]: https://wq.io/docs/setup
         [JavaScript modules]: https://wq.io/docs/?chapter_id=app
         [RequireJS]: http://requirejs.org
         [r.js]: https://github.com/jrburke/r.js
         [jQuery Mobile]: http://jquerymobile.com
         [Leaflet]: http://leafletjs.com
         [d3]: http://d3js.org
         [Mustache.js]: https://mustache.github.com/
         [PhoneGap Build]: https://build.phonegap.com/
         
         [@wq/app]: https://wq.io/docs/app-js
         [@wq/chart]: https://wq.io/docs/chart-js
         [@wq/map]: https://wq.io/docs/map-js
         [@wq/model]: https://wq.io/docs/model-js
         [@wq/outbox]: https://wq.io/docs/outbox-js 
         
         [jquery-mobile.scss]: https://wq.io/docs/jquery-mobile-scss-themes
         [build process]: https://wq.io/docs/build
         
         [wq.db]: https://wq.io/wq.db
         [wq.db.rest]: https://wq.io/docs/about-rest
         [on the server or on the client]: https://wq.io/docs/templates
        
         [third-party]: https://wq.io/docs/third-party
         [Getting Started]: https://wq.io/docs/setup
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Pre-processors
Description-Content-Type: text/markdown
