2.1.0 • Published 2 years ago
wq v2.1.0
Getting Started
wq can be installed via GitHub, Docker, PyPI, NPM, or a <script> tag via CDN. See the documentation for more information on getting started.
Dev Container (recommended)
- Go to https://github.com/wq/wq-docker-template
- Select "Use this template" -> "Create a new repository"
- Open the dev container via GitHub Codespaces or Docker Desktop
Docker Base Image
docker run ghcr.io/wq/base:mainPython
python3 -m venv venv
. venv/bin/activate
python -m pip install wq
wq create myprojectNode
npm init @wq myprojectCDN
<script type="module">
import wq from 'https://unpkg.com/wq';
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. |
2.1.0
2 years ago
2.0.0
2 years ago
2.0.0-alpha.1
2 years ago
2.0.0-alpha.2
2 years ago
2.0.0-alpha.0
3 years ago
1.3.0
4 years ago
1.3.0-beta.2
5 years ago
1.3.0-beta.1
5 years ago
1.3.0-beta.0
5 years ago
1.3.0-alpha.3
5 years ago
1.3.0-alpha.2
5 years ago
1.3.0-alpha.1
5 years ago
1.2.0
5 years ago
0.1.0
12 years ago
0.0.2
12 years ago
0.0.1
12 years ago