plestylib ========= .. py:module:: plestylib .. autoapi-nested-parse:: Deprecated package shim — use ``plesty.lib`` instead of ``plestylib``. This package will be removed in v0.3.0. Classes ------- .. autoapisummary:: plestylib._Loader plestylib._Finder Package Contents ---------------- .. py:class:: _Loader(module) Bases: :py:obj:`importlib.abc.Loader` Return an already-imported module so Python uses it for the aliased name. .. py:attribute:: _module .. py:method:: 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. .. py:method:: exec_module(module) .. py:class:: _Finder Bases: :py:obj:`importlib.abc.MetaPathFinder` Transparently redirect ``plestylib.*`` imports to ``plesty.lib.*``. .. py:method:: find_spec(fullname, path, target=None)