dip.io.plugins

FilesystemPlugin

class dip.io.plugins.FilesystemPlugin

Base class: Plugin

The FilesystemPlugin class is the plugin definition for the filesystem based storage.

description = 'Allows the filesystem to be used as storage'
The description of the plugin as it will appear to the user.
id = 'dip.storage.filesystem'
The identifier of the plugin.
storage = ContributionTo('dip.io.storage')
The storage contributed by this plugin.

IOManagerPlugin

class dip.io.plugins.IOManagerPlugin

Base class: Plugin

The IOManagerPlugin class is the plugin definition for the default i/o manager.

description = 'The default i/o manager'
The description of the plugin as it will appear to the user.
id = 'dip.io.io_manager'
The identifier of the plugin.
io_manager = ContributionTo('dip.plugins.services')
The i/o manager service contributed by this plugin.

Table Of Contents

Previous topic

dip.io

Next topic

dip.io.codecs

This Page