Example: Courses with Evening Sections¶
This example generates data containing all Statistics Department courses in the Gateway building for Fall '26 that start at 6pm and later.
cardgate courses \
--unit STAT --building Gateway \
--year 2026 --semester Fall --from-time 18:00 \
--output stat-gateway-2026-fall.csvSee cardgate courses --help for all available options, including:
--from-time— only include sections starting at or after this time (24h format, e.g.18:00)--clearances— comma-separated list of clearance names to include in the output (defaults to all fromcardgate.yaml)--config/-c— path to the config YAML (defaults tocardgate.yaml)--output/-o— output CSV file path (defaults to stdout)