Kaszanas / Kaszanas/SC2_Datasets
Composable Validators
Open
- Dominant language
- Python
- Stars
- 17
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### Is your proposal related to a problem?
Users might want to filter out some replays as a part of the validation pipeline. Validators should be composable.
### Describe the solution you'd like
A list of callable validators passed that will be executed on the files.
Pseudocode:
```
if any(validator is not true) -> skip file
```
Contributor guide
Assessment
This issue has not been assessed yet.