Metadata-Version: 2.1
Name: quorachallenge
Version: 1.0.3
Summary: Quora Challenge: The framework for the Quora development challenges - supporting project description and testing.
Home-page: http://quorachallenge.readthedocs.org/en/latest/
Author: Tony Flury
Author-email: anthony.flury@btinternet.com
License: GNU General Public License (GPL)
Keywords: Quora Challenge Framework Test
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: click
Requires-Dist: docutils
Requires-Dist: requests
Requires-Dist: sphinx
Requires-Dist: sphinx-rtd-theme
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

=======================================================
Quora Challenge : Quora Challenge Framework
=======================================================

.. image:: https://img.shields.io/pypi/v/quorachallenge.svg
    :target: https://pypi.python.org/pypi/quorachallenge

.. image:: https://travis-ci.org/TonyFlury/quorachallenge.png?branch=master
    :target: https://travis-ci.org/TonyFlury/quorachallenge/

.. image:: https://codecov.io/github/TonyFlury/quorachallenge/coverage.svg?branch=master
        :target: https://codecov.io/github/TonyFlury/quorachallenge?branch=master

.. image:: https://readthedocs.org/projects/quorachallenge/badge/?version=latest
        :target: https://readthedocs.org/projects/quorachallenge/?badge=latest

------------
Introduction
------------

The framework for the Quora development challenges - supporting project description and testing.


Features
--------

 - In Browser display of challenge description/requirements
 - automated testing against pre-defined test data
 - display of pre-defined test data
 - data and description downloaded from central repository

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

Installation is very simple :

.. code-block:: bash

    $ pip install quorachallenge

To upgrade an existing installation use

.. code-block:: bash

    $ pip install --upgrade quorachallenge


---------------
Getting Started
---------------

See `Full Documentation`_ for information on how to get started, and details of the full framework features.

-------------------
Further Information
-------------------

- `Full Documentation`_
- `On PyPi (Python Package Index)`_
- `Source code on GitHub`_


----------------------
Troubleshooting & Bugs
----------------------

.. note::
  Every care is taken to try to ensure that this code comes to you bug free.
  If you do find an error - please report the problem on :

    - `GitHub Issues`_
    - By email to : `Tony Flury`_

-------
License
-------

This software is covered by the provisions of `MIT <LICENSE.rst>`_ License.


.. _Full Documentation: http://quorachallenge.readthedocs.org/en/latest/
.. _On PyPi (Python Package Index): https://pypi.python.org/pypi/quorachallenge
.. _Source code on GitHub: http://github.com/TonyFlury/quorachallenge

.. _Github Issues: http://github.com/TonyFlury/quorachallenge/issues/new
.. _Tony Flury: mailto:anthony.flury@btinternet.com?Subject=quorachallenge%20Error

+------------------------------------------------------------------------------------------------+
|                                              Bugs                                              +
+================================================================================================+
|                                                                                                |
|Every care is taken to try to ensure that this code comes to you bug free.                      |
|If you do find an error - please report the problem on :                                        |
|`GitHub <http://github.com/TonyFlury/quorachallenge>`_                                          |
|or                                                                                              |
|by email to : `Tony Flury <mailto:anthony.flury@btinternet.com?Subject=quorachallenge%20Error>`_|
|                                                                                                |
+------------------------------------------------------------------------------------------------+


