omegaup

A library to help interacting with omegaUp.

This is composed of two modules:

  • omegaup.api helps interacting with omegaUp's API and is auto-generated with correct types and the docstrings straight from the code.
  • omegaup.validator has runtime helper functions to aid in problem validation.
 1"""A library to help interacting with omegaUp.
 2
 3This is composed of two modules:
 4
 5- [**`omegaup.api`**](./omegaup/api/) helps interacting with [omegaUp's
 6  API](https://github.com/omegaup/omegaup/blob/master/frontend/server/src/Controllers/README.md)
 7  and is auto-generated with correct types and the docstrings straight from the
 8  code.
 9- [**`omegaup.validator`**](./omegaup/validator/) has runtime helper functions
10  to aid in problem validation.
11"""