Metadata-Version: 2.3
Name: algobowl-python-problem-support
Version: 0.1.0
Summary: Problem support library for AlgoBOWL
Author: Jack Rosenthal
Author-email: Jack Rosenthal <jack@rosenth.al>
Requires-Dist: typing-extensions
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# algobowl-python-problem-support

Base classes and format helpers for implementing AlgoBOWL problems.

Problem authors subclass `BaseInput` and `BaseOutput` from `algobowl.lib.problem`
and use the provided parse helpers to implement their input and output formats.

See the [problem format documentation](../docs/problem_format.md) for details.
