Skip to content

gavicore.util Description

This package comprises various utilities used throughout other Eozilla packages.

If you are a developer working on or with Eozilla, then you should consider the following submodules for reuse:

  • dynimp - if you need dynamic importing of Python components.
  • ensure - guards for methods and functions that raise if some condition cannot be ensured.
  • runsync - running async callables from synchronous code.
  • testing - may simplify your test code.