plestylib#

Deprecated package shim — use plesty.lib instead of plestylib.

This package will be removed in v0.3.0.

Classes#

_Loader

Return an already-imported module so Python uses it for the aliased name.

_Finder

Transparently redirect plestylib.* imports to plesty.lib.*.

Package Contents#

class plestylib._Loader(module)#

Bases: importlib.abc.Loader

Return an already-imported module so Python uses it for the aliased name.

_module#
create_module(spec)#

Return a module to initialize and into which to load.

This method should raise ImportError if anything prevents it from creating a new module. It may return None to indicate that the spec should create the new module.

exec_module(module)#
class plestylib._Finder#

Bases: importlib.abc.MetaPathFinder

Transparently redirect plestylib.* imports to plesty.lib.*.

find_spec(fullname, path, target=None)#