2.1.0 • Published 1 month ago

wq v2.1.0

Weekly downloads
25
License
MIT
Repository
github
Last release
1 month ago

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)

  1. Go to https://github.com/wq/wq-docker-template
  2. Select "Use this template" -> "Create a new repository"
  3. Open the dev container via GitHub Codespaces or Docker Desktop

Docker Base Image

docker run ghcr.io/wq/base:main

Python

python3 -m venv venv
. venv/bin/activate
python -m pip install wq
wq create myproject

Node

npm init @wq myproject

CDN

<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.

ModuleGithubPyPInpmDescription
wqwq/wqwqwqTop level package (specifies submodules as dependencies)
wq.appwq/wq.appwq.app@wq/appA JavaScript+Python library for building robust offline-capable HTML5 data entry apps.
wq.buildwq/wq.buildwq.buildwq command line interface.
wq.createwq/wq.createwq.createProject template and scaffolding tools.
wq.dbwq/wq.dbwq.dbDjango REST framework extension with design patterns for CRUD APIs.
2.1.0

1 month ago

2.0.0

6 months ago

2.0.0-alpha.1

10 months ago

2.0.0-alpha.2

8 months ago

2.0.0-alpha.0

1 year ago

1.3.0

2 years ago

1.3.0-beta.2

3 years ago

1.3.0-beta.1

3 years ago

1.3.0-beta.0

3 years ago

1.3.0-alpha.3

4 years ago

1.3.0-alpha.2

4 years ago

1.3.0-alpha.1

4 years ago

1.2.0

4 years ago

0.1.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago