ucsc-cse40


Nameucsc-cse40 JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/ucsc-cse-40/ucsc-cse40
SummaryDependencies for UCSC's CSE 40 - ML Basics: Data Analysis and Empirical Methods
upload_time2023-10-04 02:05:09
maintainerEriq Augustine
docs_urlNone
author
requires_python>=3.7
license
keywords grading
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UCSC CSE 40

Materials for UCSC's CSE 40 course taught by Dr. Lise Getoor and managed by the [LINQS lab](https://linqs.org/).
This package is available on PyPi at [ucsc-cse40](https://pypi.org/project/ucsc-cse40/).

## Dependencies

This package is meant to be the sole direct dependency for CSE 40 students.
Instead of specifying each dependency for students, this package defines the necessary dependencies to be installed along with it.
So if you install this package (e.g. via pip), then it will also install all the necessary Python package dependencies for the course.

## Working with the Autograder

All interfacing with the autograder is done via the [autograder-py](https://pypi.org/project/autograder-py/) package.
You should refer to [the documentation](https://github.com/eriq-augustine/autograder-py) for information on how to use it.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ucsc-cse-40/ucsc-cse40",
    "name": "ucsc-cse40",
    "maintainer": "Eriq Augustine",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "eaugusti@ucsc.edu",
    "keywords": "grading",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4e/74/784d3c8e20f48c7812d164f4bd87ff773b198bc2dd5205f5a46c837d4707/ucsc-cse40-0.7.3.tar.gz",
    "platform": null,
    "description": "# UCSC CSE 40\n\nMaterials for UCSC's CSE 40 course taught by Dr. Lise Getoor and managed by the [LINQS lab](https://linqs.org/).\nThis package is available on PyPi at [ucsc-cse40](https://pypi.org/project/ucsc-cse40/).\n\n## Dependencies\n\nThis package is meant to be the sole direct dependency for CSE 40 students.\nInstead of specifying each dependency for students, this package defines the necessary dependencies to be installed along with it.\nSo if you install this package (e.g. via pip), then it will also install all the necessary Python package dependencies for the course.\n\n## Working with the Autograder\n\nAll interfacing with the autograder is done via the [autograder-py](https://pypi.org/project/autograder-py/) package.\nYou should refer to [the documentation](https://github.com/eriq-augustine/autograder-py) for information on how to use it.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Dependencies for UCSC's CSE 40 - ML Basics: Data Analysis and Empirical Methods",
    "version": "0.7.3",
    "project_urls": {
        "Homepage": "https://github.com/ucsc-cse-40/ucsc-cse40"
    },
    "split_keywords": [
        "grading"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a58ad9045af96a9e4bfa79c2f5e8acdffc0af995703d63f8b34afce48c87e7bc",
                "md5": "d07b25615711437367ec3af237f8da35",
                "sha256": "602ef44ae92f75f3a713e93504b80cbe9f40d4701b66ae1ffc72dd8a1db4393d"
            },
            "downloads": -1,
            "filename": "ucsc_cse40-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d07b25615711437367ec3af237f8da35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1844,
            "upload_time": "2023-10-04T02:05:07",
            "upload_time_iso_8601": "2023-10-04T02:05:07.914566Z",
            "url": "https://files.pythonhosted.org/packages/a5/8a/d9045af96a9e4bfa79c2f5e8acdffc0af995703d63f8b34afce48c87e7bc/ucsc_cse40-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e74784d3c8e20f48c7812d164f4bd87ff773b198bc2dd5205f5a46c837d4707",
                "md5": "b7e3a0699c4e3a4ce0a7a5b571e36a20",
                "sha256": "bec09e48e0c798272f0a78d38d7afaee21e770904b2503b416a5b4c276f2e2bd"
            },
            "downloads": -1,
            "filename": "ucsc-cse40-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b7e3a0699c4e3a4ce0a7a5b571e36a20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2075,
            "upload_time": "2023-10-04T02:05:09",
            "upload_time_iso_8601": "2023-10-04T02:05:09.428043Z",
            "url": "https://files.pythonhosted.org/packages/4e/74/784d3c8e20f48c7812d164f4bd87ff773b198bc2dd5205f5a46c837d4707/ucsc-cse40-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 02:05:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ucsc-cse-40",
    "github_project": "ucsc-cse40",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "ucsc-cse40"
}
        
Elapsed time: 0.11783s