__init__.py 346 B

12345678910111213
  1. """Utilities for ZAP authentication.
  2. To run authentication in a background thread, see :mod:`zmq.auth.thread`.
  3. For integration with the asyncio event loop, see :mod:`zmq.auth.asyncio`.
  4. Authentication examples are provided in the pyzmq codebase, under
  5. `/examples/security/`.
  6. .. versionadded:: 14.1
  7. """
  8. from .base import *
  9. from .certs import *