codepost_powertools
latest

User Guide

  • Usage
    • Installation
    • Root Folder
    • Configuration File
      • Google Sheets OAuth Credentials
      • OAuth Client Authorization
    • Output Files
    • Command Line Interface
    • Importing in Scripts
  • Writing Scripts
    • Examples
      • Getting a mapping from submission ids to student emails

Reference

  • API Reference
    • Top Level
      • log_in_codepost()
      • Info
        • package_name
        • version_info
        • __version__
        • github_url
        • docs_url
        • docs_version_url
    • Groups
      • Grading Group
        • get_ids_mapping()
      • Rubric Group
        • export_rubric()
    • Type Aliases
      • codePost Types
      • Powertools Aliases
        • PathLike
        • CourseArg
        • AssignmentArg
        • SuccessOrNone
        • SuccessOrErrorMsg
    • Utilities
      • codePost Utilities
        • with_course()
        • with_course_and_assignment()
        • get_course()
        • course_str()
        • get_course_roster()
        • get_assignment()
      • gspread Utilities
        • Sheets API Helpers
        • Spreadsheet
        • col_letter_to_index()
        • col_index_to_letter()
        • Worksheet
  • Command-Line Interface
    • cptools command
    • Grading Commands
      • cptools ids command
    • Rubric Commands
      • cptools export command

Project

  • Changelog
    • Unreleased
    • v0.1.0 (2023-01-18)
  • Contributing
    • Dependencies
    • Environment
    • Writing Code
    • Running Commands
    • Testing
    • Documentation
codepost_powertools
  • API Reference
  • Edit on GitHub

API Reference

  • Top Level
    • log_in_codepost()
    • Info
      • package_name
      • version_info
      • __version__
      • github_url
      • docs_url
      • docs_version_url
  • Groups
    • Grading Group
      • get_ids_mapping()
    • Rubric Group
      • export_rubric()
  • Type Aliases
    • codePost Types
    • Powertools Aliases
      • PathLike
      • CourseArg
      • AssignmentArg
      • SuccessOrNone
      • SuccessOrErrorMsg
  • Utilities
    • codePost Utilities
      • with_course()
      • with_course_and_assignment()
      • get_course()
      • course_str()
      • get_course_roster()
      • get_assignment()
    • gspread Utilities
      • Spreadsheet
      • col_letter_to_index()
      • col_index_to_letter()
      • Worksheet
Previous Next

© Copyright 2023, PrincetonCS-UCAs. Revision 06545e8b.

Built with Sphinx using a theme provided by Read the Docs.