Skip to content

Instantly share code, notes, and snippets.

import logging
try:
from nacl.auto import *
from nacl.state import default_registry
HAS_NACL = True
except ImportError:
HAS_NACL = False
__virtualname__ = 'nacl'