sasl - Python Package Health Analysis | Snyk
https://snyk.io/advisor/python/saslThe python package sasl was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as safe to use. See the full health analysis review . Last updated on 14 December-2021, at 07:49 (UTC). Build a secure application checklist Select a recommended open source package
pysasl - PyPI
pypi.org › project › pysaslMay 10, 2021 · pysasl. Pure Python SASL client and server library. The design of the library is intended to be agnostic of the protocol or network library. The library currently offers PLAIN, LOGIN, and CRAM-MD5 mechanisms by default. The EXTERNAL and XOAUTH2 mechanisms are also available for special circumstances.
sasl3 0.2.11 - PyPI · The Python Package Index
pypi.org › project › sasl3Nov 29, 2019 · python-sasl. Python wrapper for Cyrus SASL. how sasl3 is different from sasl package?. This is a fork from original work from Cloudera's package sasl package.. Original package wasn't maintained and had issue wth latest Python 3 releases, and also had runtime issues running on RHEL6.
sasl · PyPI
https://pypi.org/project/sasl16.06.2021 · Sep 29, 2010. Download files. Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Files for sasl, version 0.3.1. Filename, size. File type. Python version.
pure-sasl · PyPI
https://pypi.org/project/pure-sasl14.10.2019 · Pure Python client SASL implementation Project description This package provides a reasonably high-level SASL client written in pure Python. New mechanisms may be integrated easily, but by default, support for PLAIN, ANONYMOUS, EXTERNAL, CRAM-MD5, DIGEST-MD5, and GSSAPI are provided.
sasl3 0.2.11 - PyPI · The Python Package Index
https://pypi.org/project/sasl329.11.2019 · Python sasl3 package solves these issues. External dependencies You need following external packages installed on the system to pip-install sasl3 : C compiler (e.g. gcc) cyrus-sasl-devel package for Cyrus header files. Both can be installed with OS' package manager, e.g. yum install gcc cyrus-sasl-devel.x86_64
pure-sasl · PyPI
pypi.org › project › pure-saslOct 14, 2019 · Project description. This package provides a reasonably high-level SASL client written in pure Python. New mechanisms may be integrated easily, but by default, support for PLAIN, ANONYMOUS, EXTERNAL, CRAM-MD5, DIGEST-MD5, and GSSAPI are provided. Download the file for your platform.
sasl · PyPI
pypi.org › project › saslJun 16, 2021 · Sep 29, 2010. Download files. Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Files for sasl, version 0.3.1. Filename, size. File type. Python version.
thrift-sasl · PyPI
https://pypi.org/project/thrift-sasl26.05.2021 · thrift-sasl · PyPI thrift-sasl 0.4.3 pip install thrift-sasl Copy PIP instructions Latest version Released: May 26, 2021 Thrift SASL Python module that implements SASL transports for Thrift (`TSaslClientTransport`). Project description Thrift SASL Python module that implements SASL transports for Thrift ( TSaslClientTransport ).
kazoo-sasl · PyPI
https://pypi.org/project/kazoo-sasl25.07.2018 · python 2.x and 3.x (reducing/removing the need to have custom compatibility code that replicates what six already provides). - Add `state_change_event` to `kazoo_sasl.recipe.partitioner.SetPartitioner` which is set on every state change. - Add a NonBlockingLease recipe. The recipe allows e.g. cron jobs