supercontest.util

All supercontest utilities. The lowest level of the import hierarchy, requiring essentially only the stdlib and other utilities.

Modules

config

Utilities around config management.

csrf

Factory for cross-site request forgery.

exceptions

Custom errors raised by the application.

logging

Utilities to assist with logging for the entire application.

math

Mathematic utilities.

plotting

Utilities for graphing data.

results

Utilites for analysis; primarily the core results and stats modules.

timing

Time, date, timezone, conversion - all timing related utilities.

types

Collection of custom types, classes, aliases, and generics used by other modules.

web

Utilities for managing browser access within the app (webscrapes).