Metadata-Version: 2.1
Name: wq
Version: 1.2.1
Summary: A modular framework for citizen science field data collection via offline-capable mobile web apps.
Home-page: https://wq.io/
Author: S. Andrew Sheppard
Author-email: andrew@wq.io
License: MIT
Description: [![wq](https://raw.github.com/wq/wq/master/images/128/wq.png)](https://wq.io/)
        
        [wq](https://wq.io) is a modular framework for field data collection and surveys via offline-capable mobile web apps.
        
        ## Getting Started
        
        wq is available via both PyPI and NPM.  See [the documentation](https://wq.io/docs) for more information on getting started.
        
        ### Python
        
        ```bash
        python3 -m venv venv
        . venv/bin/activate
        python3 -m pip install wq
        wq start -d myproject.example.com myproject
        ```
        
        ### Node
        
        ```bash
        npx create-react-app myproject
        cd myproject
        yarn add wq
        ```
        
        Replace the contents of src/index.js with [this example](https://github.com/wq/wq-django-template/blob/master/app/src/index.js).
        
        ## Features
        
        wq is made up of the following submodules, which are maintained as separate packages.
        
         Module                    | Github              | PyPI             | npm       | Description
        ---------------------------|---------------------|------------------|-----------|---------
        [![wq][wq.png]][wq/wq]     | [wq/wq][gh/wq]      | [wq][py/wq]      | [wq]      | Top level package (specifies submodules as dependencies)
        [![wq.app][a.png]][wq/a]   | [wq/wq.app][gh/a]   | [wq.app][py/a]   | [@wq/app] | A JavaScript+Python library for building robust offline-capable HTML5 data entry apps.
        [![wq.core][c.png]][wq/c]  | [wq/wq.core][gh/c]  | [wq.core][py/c]  |           | wq command line interface.
        [![wq.db][d.png]][wq/d]    | [wq/wq.db][gh/d]    | [wq.db][py/d]    |           | Django REST framework extension with design patterns for CRUD APIs.
        [![wq.start][s.png]][wq/s] | [wq/wq.start][gh/s] | [wq.start][py/s] |           | Project template and scaffolding tools.
        
        [wq.png]: https://raw.githubusercontent.com/wq/wq/master/images/80/wq.png
        [a.png]: https://raw.githubusercontent.com/wq/wq/master/images/80/wq.app.png
        [c.png]: https://raw.githubusercontent.com/wq/wq/master/images/80/wq.core.png
        [d.png]: https://raw.githubusercontent.com/wq/wq/master/images/80/wq.db.png
        [s.png]: https://raw.githubusercontent.com/wq/wq/master/images/80/wq.start.png
        
        [wq/wq]: https://wq.io/
        [wq/a]: https://wq.io/wq.app
        [wq/c]: https://wq.io/wq.core
        [wq/d]: https://wq.io/wq.db
        [wq/s]: https://wq.io/wq.start
        
        [py/wq]: https://pypi.org/project/wq
        [py/a]: https://pypi.org/project/wq.app
        [py/c]: https://pypi.org/project/wq.core
        [py/d]: https://pypi.org/project/wq.db
        [py/s]: https://pypi.org/project/wq.start
        
        [gh/wq]: https://github.com/wq/wq
        [gh/a]: https://github.com/wq/wq.app
        [gh/c]: https://github.com/wq/wq.core
        [gh/d]: https://github.com/wq/wq.db
        [gh/s]: https://github.com/wq/wq.start
        
        [wq]: https://npmjs.com/package/wq
        [@wq/app]: https://npmjs.com/package/@wq/app
        
Platform: UNKNOWN
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
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
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Text Processing :: Markup :: XML
Requires-Python: >=3
Description-Content-Type: text/markdown
