__init__.py 328 B

1234567891011
  1. """Utilities for ZAP authentication.
  2. To run authentication in a background thread, see :mod:`zmq.auth.thread`.
  3. For integration with the tornado eventloop, see :mod:`zmq.auth.ioloop`.
  4. For integration with the asyncio event loop, see :mod:`zmq.auth.asyncio`.
  5. .. versionadded:: 14.1
  6. """
  7. from .base import *
  8. from .certs import *