Install#

Clone#

git clone git@github.com:CroMarmot/yxr-codeforces-core.git
cd yxr-codeforces-core

Setup venv#

python3 -m venv venv

Enable venv#

. venv/bin/activate

Install dependencies#

pip3 install .
pip3 install .[dev]

Build#

python -m build

.vscode config#

  "files.watcherExclude": {
    ".pytest_cache/**": true,
    "tests/unit/mock/**": true,
  }