Metadata-Version: 1.1
Name: ejudge
Version: 0.3.9
Summary: A simple ejudge for Python. Supports several languages and sandboxing.
Home-page: http://github.com/fabiommendes/ejudge
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: UNKNOWN
Description: `ejudge` is an eletronic judge/grader for code. It can run Python, C, and C++
        code in a sandbox and supporting other languages is easy.
        
        This library uses the ``iospec`` format for specifying the expected inputs and
        outputs for the some program execution.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Libraries
