Metadata-Version: 2.0
Name: pygrade
Version: 0.1.2
Summary: auto-grade python assignments
Home-page: https://github.com/tapilab/pygrade
Author: Aron Culotta
Author-email: aronwc@gmail.com
License: ISCL
Keywords: pygrade
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
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
Requires-Dist: docopt
Requires-Dist: gitpython
Requires-Dist: nose
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: wheel

===============================
pygrade
===============================

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

.. image:: https://img.shields.io/travis/tapilab/pygrade.svg
        :target: https://travis-ci.org/tapilab/pygrade

.. image:: https://readthedocs.org/projects/pygrade/badge/?version=latest
        :target: https://readthedocs.org/projects/pygrade/?badge=latest
        :alt: Documentation Status


auto-grade python assignments

* Free software: ISC license
* Documentation: https://pygrade.readthedocs.org.

Features
--------

* TODO

Credits
---------

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-pypackage`_

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




History
-------

0.1.0 (2016-01-01)
---------------------

* First release on PyPI.


