Metadata-Version: 2.4
Name: ucsc-cse40
Version: 1.0.0
Summary: Dependencies for UCSC's CSE 40 - ML Basics: Data Analysis and Empirical Methods.
Author-email: Eriq Augustine <eaugusti@ucsc.edu>
License: MIT License
        
        Copyright (c) 2023 LINQS Lab.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/ucsc-cse-40/ucsc-cse40
Project-URL: Repository, https://github.com/ucsc-cse-40/ucsc-cse40
Keywords: education,grading
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: autograder-py==1.*,>=1.0.0
Requires-Dist: jupyterlab>=3.5.0
Requires-Dist: matplotlib>=3.6.2
Requires-Dist: numpy>=1.22.3
Requires-Dist: pandas>=1.5.1
Requires-Dist: scikit-learn>=1.2.0
Provides-Extra: dev
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# 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.
