colrev.settings.Settings
- class colrev.settings.Settings(**data)[source]
Bases:
BaseModelCoLRev project settings.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
Methods
get_packagesGet the list of all package names.
is_curated_masterdata_repoCheck whether the masterdata is curated in this repository.
is_curated_repoCheck whether data is curated in this repository.
validate_sourcesValidate the sources.
Attributes
projectsourcessearchprepdedupeprescreenpdf_getpdf_prepscreendata- is_curated_masterdata_repo()[source]
Check whether the masterdata is curated in this repository.
- Return type:
bool
- classmethod validate_sources(value)[source]
Validate the sources.
- Return type:
List[ExtendedSearchFile]