💾 Archived View for tris.fyi › pydoc › amethyst.resource_registry captured on 2022-03-01 at 16:05:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This module has no docstring.
entry_points() Return EntryPoint objects for all installed packages. :return: EntryPoint objects for all installed packages.
ep = EntryPoint(name='redirect', value='amethyst_ext.redirect:RedirectResource', group='amethyst.resources')
registry = {'filesystem': <class 'amethyst.resource.FilesystemResource'>, 'pydoc': <class 'amethyst_ext.pydoc.PydocResource'>, 'redirect': <class 'amethyst_ext.redirect.RedirectResource'>}