check50


Namecheck50 JSON
Version 3.3.11 PyPI version JSON
download
home_pagehttps://github.com/cs50/check50
SummaryThis is check50, with which you can check solutions to problems for CS50.
upload_time2023-12-24 01:32:46
maintainer
docs_urlNone
authorCS50
requires_python>= 3.6
licenseGPLv3
keywords check check50
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # check50

check50 is a testing tool for checking student code. As a student you can use check50 to check your CS50 problem sets or any other Problem sets for which check50 checks exist. check50 allows teachers to automatically grade code on correctness and to provide automatic feedback while students are coding.

You can find documentation and instructions for writing your own checks at https://cs50.readthedocs.io/projects/check50/.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cs50/check50",
    "name": "check50",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.6",
    "maintainer_email": "",
    "keywords": "check,check50",
    "author": "CS50",
    "author_email": "sysadmins@cs50.harvard.edu",
    "download_url": "https://files.pythonhosted.org/packages/16/bc/9f2f33d229a1cb01c69233a38b6cd237611a90645af28f2050e84ec62c7d/check50-3.3.11.tar.gz",
    "platform": null,
    "description": "# check50\n\ncheck50 is a testing tool for checking student code. As a student you can use check50 to check your CS50 problem sets or any other Problem sets for which check50 checks exist. check50 allows teachers to automatically grade code on correctness and to provide automatic feedback while students are coding.\n\nYou can find documentation and instructions for writing your own checks at https://cs50.readthedocs.io/projects/check50/.\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "This is check50, with which you can check solutions to problems for CS50.",
    "version": "3.3.11",
    "project_urls": {
        "Homepage": "https://github.com/cs50/check50"
    },
    "split_keywords": [
        "check",
        "check50"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e46899de4246d192b3f57e2c4a65878dbe58e5c4ed424f342c55be45f04a1fc",
                "md5": "a8991bd33f3db89d2d8b64667c1f01f2",
                "sha256": "6b80a0359d495d561b39153f243bbae0eba5ed7f60f66f07821efa8a7fa2d8eb"
            },
            "downloads": -1,
            "filename": "check50-3.3.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8991bd33f3db89d2d8b64667c1f01f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.6",
            "size": 43833,
            "upload_time": "2023-12-24T01:32:45",
            "upload_time_iso_8601": "2023-12-24T01:32:45.279461Z",
            "url": "https://files.pythonhosted.org/packages/4e/46/899de4246d192b3f57e2c4a65878dbe58e5c4ed424f342c55be45f04a1fc/check50-3.3.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16bc9f2f33d229a1cb01c69233a38b6cd237611a90645af28f2050e84ec62c7d",
                "md5": "8c1e82fa0e435696b41d5ae83f41b130",
                "sha256": "bfbdfa4758f29e2604cf1b5f4ab31713ef3ca9bd5dc6e647da2479a57967d71f"
            },
            "downloads": -1,
            "filename": "check50-3.3.11.tar.gz",
            "has_sig": false,
            "md5_digest": "8c1e82fa0e435696b41d5ae83f41b130",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.6",
            "size": 39943,
            "upload_time": "2023-12-24T01:32:46",
            "upload_time_iso_8601": "2023-12-24T01:32:46.626978Z",
            "url": "https://files.pythonhosted.org/packages/16/bc/9f2f33d229a1cb01c69233a38b6cd237611a90645af28f2050e84ec62c7d/check50-3.3.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-24 01:32:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cs50",
    "github_project": "check50",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "check50"
}
        
Elapsed time: 0.22090s