{ "info": { "author": "S. Andrew Sheppard", "author_email": "andrew@wq.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Database :: Database Engines/Servers", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Text Processing :: Markup :: HTML" ], "description": "[![wq.db](https://raw.github.com/wq/wq/master/images/256/wq.db.png)](https://wq.io/wq.db)\n\n[wq.db](https://wq.io/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.\n\n\n[![Latest PyPI Release](https://img.shields.io/pypi/v/wq.db.svg)](https://pypi.org/project/wq.db)\n[![Release Notes](https://img.shields.io/github/release/wq/wq.db.svg)](https://github.com/wq/wq.db/releases)\n[![Documentation](https://img.shields.io/badge/Docs-1.1-blue.svg)](https://wq.io/wq.db)\n[![License](https://img.shields.io/pypi/l/wq.db.svg)](https://wq.io/license)\n[![GitHub Stars](https://img.shields.io/github/stars/wq/wq.db.svg)](https://github.com/wq/wq.db/stargazers)\n[![GitHub Forks](https://img.shields.io/github/forks/wq/wq.db.svg)](https://github.com/wq/wq.db/network)\n[![GitHub Issues](https://img.shields.io/github/issues/wq/wq.db.svg)](https://github.com/wq/wq.db/issues)\n\n[![Travis Build Status](https://img.shields.io/travis/wq/wq.db/master.svg)](https://travis-ci.org/wq/wq.db)\n[![Python Support](https://img.shields.io/pypi/pyversions/wq.db.svg)](https://pypi.org/project/wq.db)\n[![Django Support](https://img.shields.io/pypi/djversions/wq.db.svg)](https://pypi.org/project/wq.db)\n\n#### Support Matrix\n\nwq.db is compatible with Python >= 3.4 and Django >= 1.11.\n\n  | Python | Django | Django REST Framework\n------------|--------|--------|-----------------------\n**wq.db 1.0** | 2.7, 3.4, 3.5, 3.6 | 1.8, 1.10, 1.11 | 3.6\n**wq.db 1.1** | 2.7*, 3.4, 3.5, 3.6, 3.7 | 1.11, 2.0, 2.1 | 3.9\n**wq.db 1.2 (In Development)** | 3.4+ | 1.11, 2.0, 2.1, 2.2 | 3.9, 3.10\n**wq.db 2.0 (Future)** | 3.5+ | 2.1+ | 3.10\n\n* Python 2.7 support is no longer tested, but is known to work in wq.db 1.1 and earlier.\n\n## Getting Started\n\n```bash\n\n# Recommended: create virtual environment\n# python3 -m venv venv\n# . venv/bin/activate\n\n# Install entire wq suite (recommended)\npip install wq\n\n# Install only wq.db\npip install wq.db\n```\n\nSee [the documentation] for more information.\n\n## Features\n\nwq.db provides the following modules:\n\n### [wq.db.rest]\nExtends the excellent [Django REST Framework] with a collection of views, serializers, and context processors useful for creating a progresively enhanced website that serves as its own mobile app and [its own REST API]. 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's client-side router]. wq.db.rest also includes a GeoJSON serializer/renderer.\n\n### [wq.db.patterns]\nA collection of abstract models and serializers for use in constructing advanced [design patterns] including [nested forms], [EAV structures][EAV], and [natural keys]. Includes [wq.db.patterns.identify][identify], an installable Django app module to help manage third-party entity identifers.\n\n[wq]: https://wq.io\n[Django]: https://www.djangoproject.com/\n[the documentation]: https://wq.io/docs/\n[wq.db.rest]: https://wq.io/docs/about-rest\n[wq.app]: https://wq.io/wq.app\n[its own REST API]: https://wq.io/docs/website-rest-api\n[wq.app's client-side router]: https://wq.io/docs/app-js\n[Django REST Framework]: http://django-rest-framework.org\n[ModelRouter]: https://wq.io/docs/router\n[configuration object]: https://wq.io/docs/config\n[wq.db.patterns]: https://wq.io/docs/about-patterns\n[design patterns]: https://wq.io/docs/about-patterns\n[identify]: https://wq.io/docs/identify\n[relate]: https://wq.io/docs/relate\n[design patterns]: https://wq.io/docs/about-patterns\n[nested forms]: https://wq.io/docs/nested-forms\n[EAV]: https://wq.io/docs/eav-vs-relational\n[natural keys]: https://github.com/wq/django-natural-keys\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://wq.io/wq.db", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wq.db", "package_url": "https://pypi.org/project/wq.db/", "platform": "", "project_url": "https://pypi.org/project/wq.db/", "project_urls": { "CI": "https://travis-ci.org/wq/wq.db", "Documentation": "https://wq.io/docs/", "Homepage": "https://wq.io/wq.db", "Issues": "https://github.com/wq/wq.db/issues", "Release Notes": "https://github.com/wq/wq.db/releases", "Source": "https://github.com/wq/wq.db" }, "release_url": "https://pypi.org/project/wq.db/1.1.4/", "requires_dist": [ "Django (<3.0,>=1.11)", "djangorestframework (<3.10,>=3.8.0)", "django-mustache", "html-json-forms", "natural-keys (>=1.3.0)" ], "requires_python": "", "summary": "Django design patterns and REST API for citizen science field data collection.", "version": "1.1.4" }, "last_serial": 5937191, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "7176ae94c56fd09cbdf2076f9c94216d", "sha256": "51ce9a4859c67902e7947562382ea127620c8fedcaec22a7008231d50bd6b58c" }, "downloads": -1, "filename": "wq.db-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7176ae94c56fd09cbdf2076f9c94216d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29049, "upload_time": "2013-06-01T03:31:27", "url": "https://files.pythonhosted.org/packages/2f/16/df9d8e1a3c579deb498edcb0919da98b0ad4b6ff01a7b9c21b93b09e9379/wq.db-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "3e9952798630b807c63d28ca5437042f", "sha256": "80dad515291cdd93fab13173c34993354f3de74e279e8e59c781cc54efbfb040" }, "downloads": -1, "filename": "wq.db-0.3.0.tar.gz", "has_sig": false, "md5_digest": "3e9952798630b807c63d28ca5437042f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44174, "upload_time": "2013-09-18T03:29:40", "url": "https://files.pythonhosted.org/packages/c2/99/bd20d6814171906613aa643e47a40c994be0b711225d9183911e533703c3/wq.db-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "f2acc3ad2573874c9064a5dd140265d6", "sha256": "6f148cda0ff960ce3a7fdff5871cfc5e7eb59de6a77ade742d857504042a4b1b" }, "downloads": -1, "filename": "wq.db-0.3.1.tar.gz", "has_sig": false, "md5_digest": "f2acc3ad2573874c9064a5dd140265d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43672, "upload_time": "2013-10-29T00:41:33", "url": "https://files.pythonhosted.org/packages/1b/fe/9d8c87f6c872f6c7369c0773556099386552875a044c65e5b0144c3d4c9b/wq.db-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "bdae7b2de64f77ab57991b8cc3b5e604", "sha256": "9c20942d4df2d238d29ff22ce790544b2c9fdd88e561f2654827bd6273cec550" }, "downloads": -1, "filename": "wq.db-0.4.0.tar.gz", "has_sig": false, "md5_digest": "bdae7b2de64f77ab57991b8cc3b5e604", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46617, "upload_time": "2013-12-11T05:12:55", "url": "https://files.pythonhosted.org/packages/f0/cc/00942554cf7c56b6b30fd5be24ad0c4508c242607245dc4bd79bee0d0fb7/wq.db-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "bf53f655498b1fbcebc16debe620af6f", "sha256": "ce012684a9f7f42a897e2491214dbb9b4ba4920c57a8c70c1d14feffa227e74f" }, "downloads": -1, "filename": "wq.db-0.5.0.tar.gz", "has_sig": false, "md5_digest": "bf53f655498b1fbcebc16debe620af6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50316, "upload_time": "2014-02-11T14:15:10", "url": "https://files.pythonhosted.org/packages/0b/1f/b33ab772c9ab81cdff9c186d47084d2d6c1975b41d6a9354c35ec84695a4/wq.db-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "4d457f5e4cb08aab65bf9e056b23adb7", "sha256": "72be816c6f6259235c9bfad48410a9e00653ca4f9178c1ceee90978dc54bc379" }, "downloads": -1, "filename": "wq.db-0.6.0.tar.gz", "has_sig": false, "md5_digest": "4d457f5e4cb08aab65bf9e056b23adb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55696, "upload_time": "2014-06-16T19:11:19", "url": "https://files.pythonhosted.org/packages/58/80/34d1ee3470618b2623a4a08065b102b66e526b31315878bd5a5b1bc80ee3/wq.db-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "61f458dcf4c8bdffa4737efcd591b0f1", "sha256": "c203a38535a5762878f2476013bd895555f452e2925575441fb8b6af1bee9d56" }, "downloads": -1, "filename": "wq.db-0.6.1.tar.gz", "has_sig": false, "md5_digest": "61f458dcf4c8bdffa4737efcd591b0f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56305, "upload_time": "2014-07-08T21:29:48", "url": "https://files.pythonhosted.org/packages/38/e5/f5a4177d89c5ccd7114c7eb612a2c62de64fdc3acf0450b143daed147bbc/wq.db-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "e29f77450613b0d596315075cc57f5c1", "sha256": "fe88f733438fd0d149a2c84f5765fdc711ed7143a936fd491d2bd09c272b1b9c" }, "downloads": -1, "filename": "wq.db-0.6.2.tar.gz", "has_sig": false, "md5_digest": "e29f77450613b0d596315075cc57f5c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55984, "upload_time": "2014-09-07T22:58:34", "url": "https://files.pythonhosted.org/packages/4d/4f/111766163728ceab166809ab4fad637bef6e4b8478ed271500efd3bfddb5/wq.db-0.6.2.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "d200f57f55ec2f941b6e265e7121e343", "sha256": "dc4b1354b204f449956614469a354e770ee1caaf9f79c0b145eefd272aba8320" }, "downloads": -1, "filename": "wq.db-0.7.0.tar.gz", "has_sig": false, "md5_digest": "d200f57f55ec2f941b6e265e7121e343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42874, "upload_time": "2014-11-24T23:03:12", "url": "https://files.pythonhosted.org/packages/a7/33/8c4e73e561aa5c59e234dd7bd3a28624f9a0ce42e33a9c94cf2d745a9b50/wq.db-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "4fd2d2b571bc7f765e57b8c7b94be77e", "sha256": "4ffae4af2693a1a47a88f8a7bd9f0901a1235c337dfad61cae0465dc17361402" }, "downloads": -1, "filename": "wq.db-0.7.1.tar.gz", "has_sig": false, "md5_digest": "4fd2d2b571bc7f765e57b8c7b94be77e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42960, "upload_time": "2015-01-31T20:20:08", "url": "https://files.pythonhosted.org/packages/b1/71/79aaba3917ad7d7680016178726221c4abc9d91a0c735133d804e6ef799d/wq.db-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "39967b112372b08186ee6c3e6e33aefe", "sha256": "9858699be4078f5862e8703727625203c0ae9ee20c35e34c1b92398f3ce991c8" }, "downloads": -1, "filename": "wq.db-0.7.2.tar.gz", "has_sig": false, "md5_digest": "39967b112372b08186ee6c3e6e33aefe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43265, "upload_time": "2015-03-20T01:04:14", "url": "https://files.pythonhosted.org/packages/5d/70/a48fa4ad4ef19712f64b2460b61d54db5521cade6ccd8cd31a111c9aa89d/wq.db-0.7.2.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "b7a8ec1f885a5b7670ee9e7a1542e3e6", "sha256": "bcb309d2d6edaaeae3da0740547e6a7fa804f1df3facdb91cc0bf5a793c4bf8b" }, "downloads": -1, "filename": "wq.db-0.8.0.tar.gz", "has_sig": false, "md5_digest": "b7a8ec1f885a5b7670ee9e7a1542e3e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42062, "upload_time": "2015-04-20T17:19:14", "url": "https://files.pythonhosted.org/packages/57/25/678ab01b002a02b6029a88daaee930b4a3c04dc1b67fc63d5a5f372b18a3/wq.db-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "8258593322dc45322910f828bf398c6e", "sha256": "69f9065c924934f24570f2ae4b271a4c857f97e830bdb3d95f9ec902e49892aa" }, "downloads": -1, "filename": "wq.db-0.8.1.tar.gz", "has_sig": false, "md5_digest": "8258593322dc45322910f828bf398c6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42566, "upload_time": "2015-06-16T19:13:50", "url": "https://files.pythonhosted.org/packages/d8/38/6e0d415f4a462f26728239b71834edbee9b983059865eecc0b101f8b519e/wq.db-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "dc88d4d08c710c0234b74d185738cd4e", "sha256": "e0614fa15d5029097244d28c57b00dd1768f54be7d0dacc3ffa7620107bdd224" }, "downloads": -1, "filename": "wq.db-0.8.2.tar.gz", "has_sig": false, "md5_digest": "dc88d4d08c710c0234b74d185738cd4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43301, "upload_time": "2015-09-01T19:38:50", "url": "https://files.pythonhosted.org/packages/52/b8/2aca64dcf00b4b6ec95155edea42fb1faf6fec294b098ab08f7be9d7ffae/wq.db-0.8.2.tar.gz" } ], "0.8.3": [], "0.8.4": [ { "comment_text": "", "digests": { "md5": "cc7ac4d0295c3b4c703f0705fc42a474", "sha256": "c7595ba3c3b8e439cae7eb0fb323d9c7f79031eeca7005c7b41007591bc28a1a" }, "downloads": -1, "filename": "wq.db-0.8.4.tar.gz", "has_sig": false, "md5_digest": "cc7ac4d0295c3b4c703f0705fc42a474", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43705, "upload_time": "2015-12-10T16:44:54", "url": "https://files.pythonhosted.org/packages/82/ab/b5bb1f7bcddc64e3c10cd2fa5e6e7e472a1a10b5402a43ac5c1fcd481968/wq.db-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "92ed84888809b4993768d011e99199a5", "sha256": "29f190e46d5c0ee6bd866032e7982522c8d0fcd61a0e6e160ee2ce16b36d53fb" }, "downloads": -1, "filename": "wq.db-0.8.5.tar.gz", "has_sig": false, "md5_digest": "92ed84888809b4993768d011e99199a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43937, "upload_time": "2016-01-09T18:32:01", "url": "https://files.pythonhosted.org/packages/6e/0f/b178771e981d9880a7720c1380df6968dbf894033ccd18a4c592a59bb878/wq.db-0.8.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "4e9b529223491a4a463361e5507a6a7e", "sha256": "cb6b3cea5a709ce30f3e9d18a3b716f8642993ae9a15b06772dfbfeb49262d17" }, "downloads": -1, "filename": "wq.db-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4e9b529223491a4a463361e5507a6a7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38108, "upload_time": "2017-07-19T16:17:08", "url": "https://files.pythonhosted.org/packages/c3/be/eb38e1a503e3bd2471655b77218417847ef334f800066d7a0db9f00f5057/wq.db-1.0.0.tar.gz" } ], "1.0.0.post1": [ { "comment_text": "", "digests": { "md5": "eba5aa140cb828c2556e78d36e8cec33", "sha256": "4c18f03e4a6a4fdc190e217f221b91648a12d4bc792964ef770e9d0697f739ef" }, "downloads": -1, "filename": "wq.db-1.0.0.post1.tar.gz", "has_sig": false, "md5_digest": "eba5aa140cb828c2556e78d36e8cec33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38155, "upload_time": "2017-12-20T16:50:55", "url": "https://files.pythonhosted.org/packages/fc/ad/3453f43741f055788b26708088767d2ea55ed9c8b9b79900948ea2647859/wq.db-1.0.0.post1.tar.gz" } ], "1.0.0a1": [ { "comment_text": "", "digests": { "md5": "7d7915fc9e2c2738c1d193aed02ce63e", "sha256": "c0c970c2bbb441f66e1fef10e151f96f6f287fa0edd3e881c1ddb058762ce9b9" }, "downloads": -1, "filename": "wq.db-1.0.0a1.tar.gz", "has_sig": false, "md5_digest": "7d7915fc9e2c2738c1d193aed02ce63e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34800, "upload_time": "2016-03-21T20:55:16", "url": "https://files.pythonhosted.org/packages/cf/aa/6498ff70847979030b68646aa1ea037c83e9f3d1d1167100ac0e00755e5a/wq.db-1.0.0a1.tar.gz" } ], "1.0.0b1": [ { "comment_text": "", "digests": { "md5": "414db24ed510ecd195aa08a0c07016dd", "sha256": "1b0b68d9b51206cd6ea1d2fbf8e172e3e92df99caf7f15f08bba9c7ad380b77b" }, "downloads": -1, "filename": "wq.db-1.0.0b1.tar.gz", "has_sig": false, "md5_digest": "414db24ed510ecd195aa08a0c07016dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35364, "upload_time": "2016-08-30T19:30:58", "url": "https://files.pythonhosted.org/packages/32/32/2c87e143b747d537df971bf7627a64a58978e28e700e9640e6d28bac3e16/wq.db-1.0.0b1.tar.gz" } ], "1.0.0b2": [ { "comment_text": "", "digests": { "md5": "6536a99c2b594b44aea137cc1f3c49b6", "sha256": "bc5992bc7a26f5cc1005127b2fdc1c56b9a63680ab1e8f94168e4d079fb87a07" }, "downloads": -1, "filename": "wq.db-1.0.0b2.tar.gz", "has_sig": false, "md5_digest": "6536a99c2b594b44aea137cc1f3c49b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35451, "upload_time": "2016-09-07T21:10:42", "url": "https://files.pythonhosted.org/packages/0c/21/002d7f23b541b5884102cc2b00151e83aee915dc5fd9b2ef02c14b5318fe/wq.db-1.0.0b2.tar.gz" } ], "1.0.0b3": [ { "comment_text": "", "digests": { "md5": "5c34f3890a4380bf34873a6dbb997e29", "sha256": "9dd223828339fac8e7b0a4691d67f2f9c07f8f3e917a8ab5cf24c8310c13a823" }, "downloads": -1, "filename": "wq.db-1.0.0b3.tar.gz", "has_sig": false, "md5_digest": "5c34f3890a4380bf34873a6dbb997e29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36706, "upload_time": "2016-11-08T02:46:52", "url": "https://files.pythonhosted.org/packages/cf/66/88c9ac84f876365620cbdd9b537b3edc0c3507de47610080938abc453eec/wq.db-1.0.0b3.tar.gz" } ], "1.0.0rc1": [ { "comment_text": "", "digests": { "md5": "bdfd12bd907c649134c1289d4822d2bd", "sha256": "b01bd89b406780ee38e19312dba2e592878983a0c0286fe006eb72f02ded0984" }, "downloads": -1, "filename": "wq.db-1.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "bdfd12bd907c649134c1289d4822d2bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37993, "upload_time": "2017-04-04T19:08:07", "url": "https://files.pythonhosted.org/packages/99/7c/6acb8ba381b3074811b643cecb069e3cdfb43c3ba452a9be4828353a9ce9/wq.db-1.0.0rc1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "08ce92c9ea325a7569e4d6b0946df30b", "sha256": "e65f16b62c821b01e6931215e3a01a2b45e61f5d015c3ef3c84e2022d148d7a6" }, "downloads": -1, "filename": "wq.db-1.1.0.tar.gz", "has_sig": false, "md5_digest": "08ce92c9ea325a7569e4d6b0946df30b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27214, "upload_time": "2018-06-12T21:16:28", "url": "https://files.pythonhosted.org/packages/61/b3/4f8ebcdbd49ab4d8a4149a7168a2a70a158cd98b28c943757ce66153b4c1/wq.db-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "2ae56b05c4cb93b23a3c4933d164f83b", "sha256": "0aaf71ff642e2340d2984e181f4bb9bc531ca4dc47182c2e5f25ec8887228f90" }, "downloads": -1, "filename": "wq.db-1.1.1.tar.gz", "has_sig": false, "md5_digest": "2ae56b05c4cb93b23a3c4933d164f83b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27284, "upload_time": "2019-01-11T05:10:50", "url": "https://files.pythonhosted.org/packages/2f/0c/99bd757b975deac1eddaf524cd41bd3a9ffd6642bfc9c8d5fe548e6e26e4/wq.db-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "680bc9537a6544d9b5632350d5b9cfb1", "sha256": "c4b0f74162c6bef1f0ffc6cc6fb6c634f78489b4e12ae52a7b65962c1bdbf2ec" }, "downloads": -1, "filename": "wq.db-1.1.2.tar.gz", "has_sig": false, "md5_digest": "680bc9537a6544d9b5632350d5b9cfb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27307, "upload_time": "2019-01-11T06:21:45", "url": "https://files.pythonhosted.org/packages/03/aa/1cd2fe518be83a62106fe8ceb6433eb6b8df65bd45c49c4451639b2b3e39/wq.db-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "52927b7bb91ee96155fa276721cb7670", "sha256": "503f6b9562734d52e2c0bf2510121ecd0cb044247ff791eeef3229c4e20e1dd8" }, "downloads": -1, "filename": "wq.db-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "52927b7bb91ee96155fa276721cb7670", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 38961, "upload_time": "2019-04-17T05:09:39", "url": "https://files.pythonhosted.org/packages/37/0d/b9068333988cc67404d195d5d1fc4989d6cac71e589cbeff0d84dc667bfe/wq.db-1.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37440e2e8a551c80510bfa2b1468e094", "sha256": "744b23f350dd454ee35bc396da0a9c6b10d1624bf969a560ee3e800a861b655c" }, "downloads": -1, "filename": "wq.db-1.1.3.tar.gz", "has_sig": false, "md5_digest": "37440e2e8a551c80510bfa2b1468e094", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51177, "upload_time": "2019-04-17T05:09:41", "url": "https://files.pythonhosted.org/packages/4f/5f/14d1047e7257ff83747fb8adf2383640b3d28f1720fde8dfca596440a1b8/wq.db-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "c8d6ebf33efa93c6ad47e255d0aa86f0", "sha256": "84c2e2a2fa45bd71b73fc92e541b6c35e4f6ff4c843fc20267a2f6c237d88fb9" }, "downloads": -1, "filename": "wq.db-1.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c8d6ebf33efa93c6ad47e255d0aa86f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 38788, "upload_time": "2019-07-19T01:18:08", "url": "https://files.pythonhosted.org/packages/90/84/d77d5a64b4d4767a513929af000a205dc0916e65ac56de62974d13768631/wq.db-1.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bc583e77ececc0883bc01bf1c6bc698", "sha256": "89643434c72c84a670c6b919f1fabd9a782cb7bdb7aa8680c5e52118f3517374" }, "downloads": -1, "filename": "wq.db-1.1.4.tar.gz", "has_sig": false, "md5_digest": "4bc583e77ececc0883bc01bf1c6bc698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50337, "upload_time": "2019-07-19T01:18:10", "url": "https://files.pythonhosted.org/packages/e0/7c/5df5a984b70ed0984498b1d4852f155ce93d9a4e767eaad76c529676ef27/wq.db-1.1.4.tar.gz" } ], "1.2.0b1": [ { "comment_text": "", "digests": { "md5": "0e04061f124e7d7e1d1297fd235bfbbb", "sha256": "5058dfa25b26f7353f654e310da7336e002e40f8c44ac7e9693a080728a307ea" }, "downloads": -1, "filename": "wq.db-1.2.0b1-py3-none-any.whl", "has_sig": false, "md5_digest": "0e04061f124e7d7e1d1297fd235bfbbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39530, "upload_time": "2019-10-07T06:15:36", "url": "https://files.pythonhosted.org/packages/4e/de/3f730602a9529dbe9c750bb126b0252fc0b05212fcbd7241e83429725b1a/wq.db-1.2.0b1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e13e18ae69945bc6916ce1b4f04e8c03", "sha256": "739df843869cc1a2027a922e503501c05ab52d7e9fdb90886cc49c4c1ef96a33" }, "downloads": -1, "filename": "wq.db-1.2.0b1.tar.gz", "has_sig": false, "md5_digest": "e13e18ae69945bc6916ce1b4f04e8c03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52111, "upload_time": "2019-10-07T06:15:38", "url": "https://files.pythonhosted.org/packages/61/f0/7afa8cdc13562cbe5b0362bc7aba4dcf68ab80e79a35c728b4c734bf45e7/wq.db-1.2.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8d6ebf33efa93c6ad47e255d0aa86f0", "sha256": "84c2e2a2fa45bd71b73fc92e541b6c35e4f6ff4c843fc20267a2f6c237d88fb9" }, "downloads": -1, "filename": "wq.db-1.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c8d6ebf33efa93c6ad47e255d0aa86f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 38788, "upload_time": "2019-07-19T01:18:08", "url": "https://files.pythonhosted.org/packages/90/84/d77d5a64b4d4767a513929af000a205dc0916e65ac56de62974d13768631/wq.db-1.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bc583e77ececc0883bc01bf1c6bc698", "sha256": "89643434c72c84a670c6b919f1fabd9a782cb7bdb7aa8680c5e52118f3517374" }, "downloads": -1, "filename": "wq.db-1.1.4.tar.gz", "has_sig": false, "md5_digest": "4bc583e77ececc0883bc01bf1c6bc698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50337, "upload_time": "2019-07-19T01:18:10", "url": "https://files.pythonhosted.org/packages/e0/7c/5df5a984b70ed0984498b1d4852f155ce93d9a4e767eaad76c529676ef27/wq.db-1.1.4.tar.gz" } ] }