/cpd-datasets

Primary LanguagePythonMIT LicenseMIT

MIT License

CPD datasets

Dependencies installation

poetry install --without dev

Usage

Print verbose usage

python -m cpd_dataset -h

Generate dataset with config and save it to directory

python -m cpd_dataset --config=conf/default.yml --out-dir=dataset

Development

Development dependencies installation

poetry install --with dev

Pre-commit hooks

Install pre-commit hooks

pre-commit install

Run manually

pre-commit run --all-files --color always --verbose