colrev.package_manager.package_base_classes.DataPackageBaseClass¶
- class DataPackageBaseClass(*, data_operation, settings)[source]¶
Bases:
ABC
The 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 advice on how to operate the data package endpoint.
Update the data by running the data operation.
Update the record status matrix.
Attributes
ci_supported
settings_class
- abstract get_advice()[source]¶
Get advice on how to operate the data package endpoint.
- Return type:
dict