We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcffc82 commit 418a335Copy full SHA for 418a335
README.md
@@ -1,13 +1,14 @@
1
-# Why `sasl3`?
+# python-sasl
2
+
3
+Python wrapper for Cyrus SASL
4
5
+# why `sasl3`?
6
7
This is a fork from original work from Cloudera's https://github.com/cloudera/python-sasl package `sasl` package.
8
Original package wasn't maintained and had issue wth latest Python 3 releases, and also had runtime issues running
9
on RHEL6. Python `sasl` solves those issues.
10
-# python-sasl
-
-Python wrapper for Cyrus SASL
11
-# to generate sasl/saslwrapper.cpp from the pyx file:
12
+### to generate sasl/saslwrapper.cpp from the pyx file:
13
14
run `./recython.sh`
0 commit comments