Metadata-Version: 2.1
Name: exgrex-py
Version: 0.2a2
Summary: Exgrex implementation for the Python programming language.
Home-page: https://github.com/vshagur/exgrex-py
Author: vshagur
Author-email: vshagur@gmail.com
License: UNKNOWN
Description: exgrex-py
        =========
        
        Пакет exgrex-py предоставляет унифицированный инструмент, облегчающий
        создание и поддержку грейдеров (систем автоматической проверки решений
        учащихся) в курсах по программированию на языке Python.
        
        |image0| |image1| |image2| |GitHub tag (latest by date)|
        
        Documentation
        -------------
        
        -  `История создания
           пакета <https://github.com/vshagur/exgrex-py/blob/docs/docs/history.md>`__
        -  `Основные возможности и
           особенности <https://github.com/vshagur/exgrex-py/blob/docs/docs/features.md>`__
        -  `Установка <https://github.com/vshagur/exgrex-py/blob/docs/docs/Installation.md>`__
        -  `Использование <https://github.com/vshagur/exgrex-py/blob/docs/docs/usage.md>`__
        
        Authors
        -------
        
        -  **Valeriy Shagur** - `vshagur <https://github.com/vshagur>`__, email:
           vshagur@gmail.com
        
        License
        -------
        
        This project is licensed under the MIT License - see the
        `LICENSE <https://github.com/vshagur/exgrex-py/blob/docs/LICENSE>`__
        file for details
        
        .. |image0| image:: https://img.shields.io/static/v1?label=Python&message=3.6&color=blue
        .. |image1| image:: https://img.shields.io/static/v1?label=OS&message=linux&color=blue
        .. |image2| image:: https://img.shields.io/github/license/vshagur/exgrex
        .. |GitHub tag (latest by date)| image:: https://img.shields.io/github/v/tag/vshagur/exgrex-py
        
        
Keywords: mooc,grader,python,python3,education,exgrex,coursera
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
