Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
dnspython / dns / tsigkeyring.pyi
Size: Mime:
from typing import Dict
from . import name

def from_text(textring : Dict[str,str]) -> Dict[name.Name,bytes]:
    ...
def to_text(keyring : Dict[name.Name,bytes]) -> Dict[str, str]:
    ...