ninjecto.plugins.namespaces

Class to load namespaces plugins.

Functions

ninjecto.plugins.namespaces.register(key)

Register a function locally.

This method is expected to be used as a decorator. It allows to register a function locally without having to create a full Python package to use entrypoints.

Classes

class ninjecto.plugins.namespaces.NamespacesLoader

Namespaces plugins loader class.

Inheritance

Inheritance diagram of NamespacesLoader