Metadata-Version: 1.1
Name: quade
Version: 0.1.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
Description: =====
        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: http://quade.readthedocs.io/en/master/quickstart.html
        
        Links
        -----
        
        * `Source on Github`_
        * `Documentation at Read the Docs`_
        
        .. _Source on Github: https://github.com/makingspace/quade
        .. _Documentation at Read the Docs: http://quade.readthedocs.io/
        
        
        History
        -------
        
        0.1.1 (2018-01-05)
        ++++++++++++++++++
        
        * Release on PyPI!
        
        
        0.1.0 (2018-01-05)
        ++++++++++++++++++
        
        * Preparation for release.
        
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
