Metadata-Version: 2.1
Name: wq.app
Version: 2.0.0
Summary: Offline-capable web/native apps for mobile surveys and field data collection.
Author-email: "S. Andrew Sheppard" <andrew@wq.io>
License: MIT
Project-URL: Homepage, https://wq.io/wq.app/
Project-URL: Documentation, https://wq.io/
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: Tests, https://github.com/wq/wq.app/actions/workflows/test.yml
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSES.md
Requires-Dist: wq.build

[![wq.app][logo]][docs]

[**wq.app**][docs] is a suite of JavaScript modules created to facilitate the rapid deployment of offline-capable mobile and desktop data collection apps.  Potential use cases include **surveys**, **geographic data capture & management**, and **crowdsourcing**/**citizen science**.  wq.app is the client component of the [wq framework], and can be used with a [wq.db] server or adapted for use with any API.

[![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-2.0-blue.svg)][docs]
[![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)

[![Package Tests](https://github.com/wq/wq.app/actions/workflows/test.yml/badge.svg)](https://github.com/wq/wq.app/actions/workflows/test.yml)

### [Documentation][docs]

[**Installation**][installation]

[**API**][api]
<br>
[@wq/app]
&bull;
[@wq/store]
&bull;
[@wq/model]
&bull;
[@wq/router]
&bull;
[@wq/outbox]

[**Plugins**][plugins]
<br>
[@wq/react]
&bull;
[@wq/material]
&bull;
[@wq/map]
&bull;
[@wq/map-gl]

[logo]: https://wq.io/images/wq.app.svg
[docs]: https://wq.io/wq.app/

[installation]: https://wq.io/wq.app/#installation
[api]: https://wq.io/wq.app/#api
[@wq/app]: https://wq.io/@wq/app
[@wq/store]: https://wq.io/@wq/store
[@wq/model]: https://wq.io/@wq/model
[@wq/router]: https://wq.io/@wq/router
[@wq/outbox]: https://wq.io/@wq/outbox
[plugins]: https://wq.io/plugins/
[@wq/react]: https://wq.io/@wq/react
[@wq/material]: https://wq.io/@wq/material
[@wq/map]: https://wq.io/@wq/map
[@wq/map-gl]: https://wq.io/@wq/map-gl

[wq framework]: https://wq.io/
[wq.db]: https://wq.io/wq.db/
