A modular framework for mobile surveys and field data collection via offline-capable mobile web apps.
Project description
wq is a modular framework for field data collection and surveys via offline-capable mobile web apps.
Getting Started
wq can be installed via PyPI, NPM, or plain <script> tag via CDN. See the documentation for more information on getting started.
Python
python3 -m venv venv
. venv/bin/activate
python -m pip install wq
wq create -d myproject.example.com myproject
Node
npx create-react-app myproject --template @wq
CDN
<script type="module">
import wq from 'https://unpkg.com/wq@next';
wq.init({});
</script>
Features
wq is made up of the following submodules, which are maintained as separate packages.
| Module | Github | PyPI | npm | Description |
|---|---|---|---|---|
| wq/wq | wq | wq | Top level package (specifies submodules as dependencies) | |
| wq/wq.app | wq.app | @wq/app | A JavaScript+Python library for building robust offline-capable HTML5 data entry apps. | |
| wq/wq.build | wq.build | wq command line interface. | ||
| wq/wq.create | wq.create | Project template and scaffolding tools. | ||
| wq/wq.db | wq.db | Django REST framework extension with design patterns for CRUD APIs. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wq-2.0.0.tar.gz.
File metadata
- Download URL: wq-2.0.0.tar.gz
- Upload date:
- Size: 41.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c302ccebb3d18f3c499ebdd147217688195a5bc8e781ea4e1bc2847fb871156e
|
|
| MD5 |
62370aa6cc79965630d6a84facb90109
|
|
| BLAKE2b-256 |
75754b0fc42e89b7d41ec21033869f4e29f1750f9ea55588899a248c5424d5ff
|
File details
Details for the file wq-2.0.0-py3-none-any.whl.
File metadata
- Download URL: wq-2.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dd4e4b266065a359ab48fd9868b4af96c068555480939f7ad2c13e5cee916db
|
|
| MD5 |
a1ea33c5e43430b2b9c15083f6612630
|
|
| BLAKE2b-256 |
0f2e2d300f40dd4f71fc744e18bcbd650fd19333fafe787253f7d6ec2439a729
|