wq.db 1.3.0a1
pip install wq.db==1.3.0a1
Released:
Django design patterns and REST API for citizen science field data collection.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: S. Andrew Sheppard
Classifiers
- Development Status
- Environment
- Framework
- License
- Natural Language
- Programming Language
- Topic
Project description
wq.db is a collection of Python modules for building robust, flexible schemas and REST APIs for use in creating field data collection apps and (more generally) mobile-first websites with progressive enhancement. wq.db is the backend component of wq and is geared primarily for use with wq.app, though it can be used separately. wq.db is built on the Django platform.
Support Matrix
wq.db is compatible with Python >= 3.4 and Django >= 1.11.
Python | Django | Django REST Framework | |
---|---|---|---|
wq.db 1.0 | 2.7, 3.4 – 3.6 | 1.8, 1.10, 1.11 | 3.6 |
wq.db 1.1 | 2.7*, 3.4 – 3.7 | 1.11, 2.0, 2.1 | 3.9 |
wq.db 1.2 & 1.3 | 3.4 – 3.8 | 1.11, 2.x, 3.0, 3.1 | 3.9, 3.10, 3.11 |
wq.db 2.0 (Future) | 3.5+ | 2.2+ | 3.11+ |
* Python 2.7 support is no longer tested, but is known to work in wq.db 1.1 and earlier.
Getting Started
# Recommended: create virtual environment
# python3 -m venv venv
# . venv/bin/activate
# Install entire wq suite (recommended)
python3 -m pip install wq
# Install only wq.db
python3 -m pip install wq.db
See the documentation for more information.
Features
wq.db.rest
Extends Django REST Framework with model-based views and serializers that facilitate creating an integrated website, REST API, and mobile app. The core of the library is an admin-like ModelRouter that connects REST urls to registered models, and provides a descriptive configuration object for consumption by @wq/app. wq.db.rest also includes a GeoJSON serializer/renderer.
wq.db.patterns
A collection of abstract models and serializers for use in constructing advanced design patterns including nested forms, EAV structures, and natural keys. Includes wq.db.patterns.identify, an installable Django app module to help manage third-party entity identifers.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: S. Andrew Sheppard
Classifiers
- Development Status
- Environment
- Framework
- License
- Natural Language
- Programming Language
- Topic
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 https://pypi.org/project/wq.db/1.3.0a1/#files
Showing 1 of 1 file.
File details
Details for the file wq.db-1.3.0a1.tar.gz
.
File metadata
- Download URL: wq.db-1.3.0a1.tar.gz
- Upload date:
- Size: 56.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bb68ec7340e0670e2125214b4187eed7acec19f610fa2db8589d01a967228ee2
|
|
MD5 |
732f053e8210d4aaa2e7fef5b4b629b7
|
|
BLAKE2b-256 |
aef575a994e73efacc1c6fb713a8fdb49ce4fb50e339ea8423075a6ed3eb9c42
|
File details
Details for the file wq.db-1.3.0a1-py3-none-any.whl
.
File metadata
- Download URL: wq.db-1.3.0a1-py3-none-any.whl
- Upload date:
- Size: 40.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
38510017a5d536948029cd79f43e059a4703daf9fcea5bd433b6d1b099dd4cda
|
|
MD5 |
032c113367018b88776dd780518aea1b
|
|
BLAKE2b-256 |
10026e1809689a190188e10041fe3c6e30baeb893a0ce7d6e5be55b96bddfc25
|