diff --git a/src/hdf5plugin/__init__.py b/src/hdf5plugin/__init__.py index 8043b67e..fab4dac6 100644 --- a/src/hdf5plugin/__init__.py +++ b/src/hdf5plugin/__init__.py @@ -61,6 +61,29 @@ ) from ._version import version # noqa +__all__ = [ + # Filter classes + "Bitshuffle", + "Blosc", + "Blosc2", + "BZip2", + "FciDecomp", + "LZ4", + "Sperr", + "SZ", + "SZ3", + "Zfp", + "Zstd", + # Utilities + "FILTERS", + "PLUGIN_PATH", + "from_filter_options", + "get_config", + "get_filters", + "register", + "version", +] + # Backward compatibility PLUGINS_PATH = PLUGIN_PATH