colrev.package_manager.package_base_classes.DataPackageBaseClass
- class colrev.package_manager.package_base_classes.DataPackageBaseClass(*, data_operation, settings, logger=None, verbose_mode=False)[source]
 Bases:
ABCThe base class for Data packages.
The following cli command calls the update_data method of a Data package:
colrev data-> callspackage.update_data()Methods
get_adviceGet advice on how to operate the data package endpoint.
update_dataUpdate the data by running the data operation.
update_record_status_matrixUpdate the record status matrix.
Attributes
ci_supportedsettings_class- abstract get_advice()[source]
 Get advice on how to operate the data package endpoint.
- Return type:
 dict