colrev.package_manager.package_base_classes.DataPackageBaseClass¶
- class DataPackageBaseClass(*, data_operation, settings)[source]¶
Bases:
ABC
The base class for Data packages.
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