INGInious


NameINGInious JSON
Version 0.8.7 PyPI version JSON
download
home_pagehttps://github.com/UCL-INGI/INGInious
SummaryAn intelligent grader that allows secured and automated testing of code made by students.
upload_time2023-05-05 06:42:26
maintainer
docs_urlNone
authorINGInious contributors
requires_python
licenseAGPL 3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            INGInious
=========

.. image:: https://api.codacy.com/project/badge/Grade/7cd8340004ef4d409143d5c24259efc1
   :alt: Codacy Badge
   :target: https://app.codacy.com/gh/UCL-INGI/INGInious?utm_source=github.com&utm_medium=referral&utm_content=UCL-INGI/INGInious&utm_campaign=Badge_Grade_Dashboard
.. image:: https://app.codacy.com/project/badge/Coverage/9102bbf54901478dbe288a386195f77e
   :alt: Codacy coverage Badge
   :target: https://www.codacy.com/gh/UCL-INGI/INGInious/dashboard?utm_source=github.com&utm_medium=referral&utm_content=UCL-INGI/INGInious&utm_campaign=Badge_Coverage
.. image:: https://github.com/UCL-INGI/INGInious/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/UCL-INGI/INGInious/actions
.. image:: https://readthedocs.org/projects/inginious/badge/?version=latest
    :target: https://readthedocs.org/projects/inginious/?badge=latest
.. image:: http://weblate.info.ucl.ac.be/widgets/inginious/-/frontend/svg-badge.svg
    :target: http://weblate.info.ucl.ac.be/engage/inginious/?utm_source=widget

INGIniousĀ is an intelligent grader that allows secured and automated testing of code made by students.

It is written in Python and uses Docker_ to run student's code inside a secured environment.

INGInious provides a backend which manages interaction with Docker and grade code, and a frontend which allows students to submit their code in a simple and beautiful interface. The frontend also includes a simple administration interface that allows teachers to check the progression of their students and to modify exercices in a simple way.

The backend is independent of the frontend and was made to be used as a library.

INGInious can be used as an external grader for EDX. The course `Paradigms of Computer Programming - Fundamentals`_ uses INGInious to correct students' code.

.. _Docker: https://www.docker.com/
.. _Paradigms of Computer Programming - Fundamentals: https://www.edx.org/course/louvainx/louvainx-louv1-1x-paradigms-computer-2751

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

The documentation is available on Read the Docs:

- For the stable branch : http://inginious.readthedocs.org/
- For the master (dev) branch (not always up to date) : http://inginious.readthedocs.org/en/latest/index.html

On Linux, run ``make html`` in the directory ``/doc`` to create a html version of the documentation.


Notes on security
-----------------

Docker containers can be used securely with SELinux enabled. Please do not run untrusted code without activating SELinux.

Mailing list
------------

A mailing list for both usage and development discussion can be joined by registering here_.

..  _here: https://sympa-2.sipr.ucl.ac.be/sympa/info/inginious

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/UCL-INGI/INGInious",
    "name": "INGInious",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "INGInious contributors",
    "author_email": "inginious@info.ucl.ac.be",
    "download_url": "https://files.pythonhosted.org/packages/48/76/13b413675f44fe8de52c6ee445c497fc278c0c466177c088239731b5f382/INGInious-0.8.7.tar.gz",
    "platform": null,
    "description": "INGInious\n=========\n\n.. image:: https://api.codacy.com/project/badge/Grade/7cd8340004ef4d409143d5c24259efc1\n   :alt: Codacy Badge\n   :target: https://app.codacy.com/gh/UCL-INGI/INGInious?utm_source=github.com&utm_medium=referral&utm_content=UCL-INGI/INGInious&utm_campaign=Badge_Grade_Dashboard\n.. image:: https://app.codacy.com/project/badge/Coverage/9102bbf54901478dbe288a386195f77e\n   :alt: Codacy coverage Badge\n   :target: https://www.codacy.com/gh/UCL-INGI/INGInious/dashboard?utm_source=github.com&utm_medium=referral&utm_content=UCL-INGI/INGInious&utm_campaign=Badge_Coverage\n.. image:: https://github.com/UCL-INGI/INGInious/actions/workflows/ci.yml/badge.svg\n    :target: https://github.com/UCL-INGI/INGInious/actions\n.. image:: https://readthedocs.org/projects/inginious/badge/?version=latest\n    :target: https://readthedocs.org/projects/inginious/?badge=latest\n.. image:: http://weblate.info.ucl.ac.be/widgets/inginious/-/frontend/svg-badge.svg\n    :target: http://weblate.info.ucl.ac.be/engage/inginious/?utm_source=widget\n\nINGInious\u00a0is an intelligent grader that allows secured and automated testing of code made by students.\n\nIt is written in Python and uses Docker_ to run student's code inside a secured environment.\n\nINGInious provides a backend which manages interaction with Docker and grade code, and a frontend which allows students to submit their code in a simple and beautiful interface. The frontend also includes a simple administration interface that allows teachers to check the progression of their students and to modify exercices in a simple way.\n\nThe backend is independent of the frontend and was made to be used as a library.\n\nINGInious can be used as an external grader for EDX. The course `Paradigms of Computer Programming - Fundamentals`_ uses INGInious to correct students' code.\n\n.. _Docker: https://www.docker.com/\n.. _Paradigms of Computer Programming - Fundamentals: https://www.edx.org/course/louvainx/louvainx-louv1-1x-paradigms-computer-2751\n\nDocumentation\n-------------\n\nThe documentation is available on Read the Docs:\n\n- For the stable branch : http://inginious.readthedocs.org/\n- For the master (dev) branch (not always up to date) : http://inginious.readthedocs.org/en/latest/index.html\n\nOn Linux, run ``make html`` in the directory ``/doc`` to create a html version of the documentation.\n\n\nNotes on security\n-----------------\n\nDocker containers can be used securely with SELinux enabled. Please do not run untrusted code without activating SELinux.\n\nMailing list\n------------\n\nA mailing list for both usage and development discussion can be joined by registering here_.\n\n..  _here: https://sympa-2.sipr.ucl.ac.be/sympa/info/inginious\n",
    "bugtrack_url": null,
    "license": "AGPL 3",
    "summary": "An intelligent grader that allows secured and automated testing of code made by students.",
    "version": "0.8.7",
    "project_urls": {
        "Homepage": "https://github.com/UCL-INGI/INGInious"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "487613b413675f44fe8de52c6ee445c497fc278c0c466177c088239731b5f382",
                "md5": "152d4ed5ffd240a453f29d9cb87495cc",
                "sha256": "beb4d4fed1de9632a1f3ecc5f13d80ed88a7fbb9b71febc2b9ad2dac99550afb"
            },
            "downloads": -1,
            "filename": "INGInious-0.8.7.tar.gz",
            "has_sig": false,
            "md5_digest": "152d4ed5ffd240a453f29d9cb87495cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2801468,
            "upload_time": "2023-05-05T06:42:26",
            "upload_time_iso_8601": "2023-05-05T06:42:26.622122Z",
            "url": "https://files.pythonhosted.org/packages/48/76/13b413675f44fe8de52c6ee445c497fc278c0c466177c088239731b5f382/INGInious-0.8.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-05 06:42:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UCL-INGI",
    "github_project": "INGInious",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "landscape": true,
    "lcname": "inginious"
}
        
Elapsed time: 0.08791s