Metadata-Version: 2.0
Name: django-answerdiff
Version: 0.1.0
Summary: Checking Submissions the Boss Way using Celery and DRF
Home-page: https://github.com/ParthKolekar/django-answerdiff
Author: Parth Kolekar
Author-email: parth.kolekar@students.iiit.ac.in
License: BSD
Keywords: django-answerdiff
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7

==========
answerdiff
==========

.. image:: https://badge.fury.io/py/django-answerdiff.png
    :target: https://badge.fury.io/py/django-answerdiff

.. image:: https://travis-ci.com/ParthKolekar/django-answerdiff.png?branch=master
    :target: https://travis-ci.com/ParthKolekar/django-answerdiff

Checking Submissions the Boss Way using Celery and DRF

Documentation
-------------

The full documentation is at https://django-answerdiff.readthedocs.org.

Quickstart
----------

Install answerdiff::

    pip install django-answerdiff

Then use it in a project::

    import answerdiff

Features
--------

* TODO

Running Tests
--------------

Does the code actually work?

::

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install -r requirements-text.txt
    (myenv) $ python runtests.py

Credits
---------

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-pypackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-pypackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

0.1.0 (2015-10-02)
++++++++++++++++++

* First release on PyPI.


