Metadata-Version: 2.0
Name: quade
Version: 0.2.1
Summary: The friendly QA tool for Django.
Home-page: https://github.com/makingspace/quade
Author: Paul Baranay
Author-email: pbaranay@makespace.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: django
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: attrs
Requires-Dist: django-fsm (==1.6)
Requires-Dist: django-light-enums
Requires-Dist: django-jinja
Requires-Dist: future
Requires-Dist: jsonfield
Provides-Extra: celery
Requires-Dist: celery; extra == 'celery'

=====
Quade
=====

.. image:: https://travis-ci.org/makingspace/quade.svg?branch=master
    :target: https://travis-ci.org/makingspace/quade

.. image:: https://codecov.io/gh/makingspace/quade/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/makingspace/quade

Meet Quade, the friendly QA tool for Django!

.. image:: https://raw.githubusercontent.com/makingspace/quade/bf261f689b419f89b2125ccb9bd5bf01340f08e0/docs/_static/quade_200x200.png

Quade is a Django app that makes quality assurance testing better. It
handles repeatedly setting up the same data so you don't have to.

Installation
------------

* Check out the Quickstart_!

.. _Quickstart: https://quade.readthedocs.io/en/stable/quickstart.html

Links
-----

* `Source on Github`_
* `Documentation at Read the Docs`_

.. _Source on Github: https://github.com/makingspace/quade
.. _Documentation at Read the Docs: https://quade.readthedocs.io/


History
-------

0.2.1 (2018-01-16)
++++++++++++++++++

* Coerce fixtures' return value into text.


0.2.0 (2018-01-12)
++++++++++++++++++

* Moved celery dependency to an extra named ``celery``.


0.1.1 (2018-01-05)
++++++++++++++++++

* Release on PyPI!


0.1.0 (2018-01-05)
++++++++++++++++++

* Preparation for release.


