infocentre_data_manager.plugins.codecs.base

base.py

This module includes the base plugin interface for data fetchers.

Classes

  • Codec: Plugin that implements the HPV Information Centre data loading from and
class infocentre_data_manager.plugins.codecs.base.Codec

Plugin that implements the HPV Information Centre data loading from and storing to different data sources.

Inheritance

Inheritance diagram of Codec
static convert(src_codec, src_params, dst_codec, dst_params)

Converts HPV Information Centre data from one data source to another.

Parameters:
  • src_codec – Source codec id (will load the data).
  • src_params – Parameters passed to the source codec.
  • dst_codec – Codec id (will store the data).
  • dst_params – Parameters passed to the destination codec.