Skip to content

competitive-verifier/competitive-verifier

Repository files navigation

competitive-verifier

Actions Status GitHub Pages PyPI

The library is inspired by online-judge-tools/verification-helper.

Get started

Use in GitHub Actions

See GitHub Pages. 日本語

Use in local

Install(local)

Needs Python 3.9 or greater.

pip install competitive-verifier

Or

pip install git+https://github.com/competitive-verifier/competitive-verifier.git@latest

Migrate from verification-helper

Run this script.

competitive-verifier migrate

Development for contributors

pip install -U poetry
poetry install

# test
poetry run pytest

# format
poetry run poe format

# run local source
poetry run competitive-verifier $args

About

Verifier for libraries of competitive programming

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7