Skip to content

A grade distribution parser for the University of Texas at Austin

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

doprz/UT_Grade_Parser

Repository files navigation

UT_Grade_Parser

crates.io

A grade distribution parser for the University of Texas at Austin

ut_grade_parser offers the most complete, up to date, and blazingly-fast course grade distribution data for the University of Texas at Austin.

Features

  • Fetch and download grade distributions
  • Parse CSV files
  • Create a sqlite3 database

Automation and Cross-platform Support

ut_grade_parser provides seamless automation capabilities, allowing you to fully automate the process of fetching, parsing, and storing grade distribution data. Moreover, it offers broad cross-platform compatibility, ensuring accessibility across various operating systems and architectures, including:

  • Apple Silicon macOS
  • Intel macOS
  • x64 Windows
  • x64 Linux

Installation

Cargo

cargo install ut_grade_parser

From Source

To build and install from source, first checkout the tag or branch you want to install, then run

cargo install --path .

This will build and install ut_grade_parser in your ~/.cargo/bin. Make sure that ~/.cargo/bin is in your $PATH variable.

You can also download and install prebuilt binaries in Releases

Usage

A grade distribution parser for the University of Texas at Austin

Usage: ut_grade_parser [OPTIONS] <COMMAND>

Commands:
  download  Fetch and download grade distributions
  parse     Parse CSV files
  database  Create a sqlite3 database
  all       Run all commands
  help      Print this message or the help of the given subcommand(s)

Options:
  -d, --debug...  Turn debugging information on
  -h, --help      Print help
  -V, --version   Print version

License

UT_Grade_Parser, ut_grade_parser is dual-licensed under the terms of both the MIT License and the Apache License 2.0

SPDX-License-Identifier: MIT OR Apache-2.0

About

A grade distribution parser for the University of Texas at Austin

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages