diff options
Diffstat (limited to 'slides.rst')
-rw-r--r-- | slides.rst | 38 |
1 files changed, 25 insertions, 13 deletions
@@ -50,6 +50,11 @@ M2Crypto * I took over the project in May 2015. +* Suddenly I found that actual there are users of the project + +* And I needed to do something thinking about the future of the + project. Something like SWOT analysis. + .. class:: handout Maintenaned in Red Hat by `Miloslav Trmač`_, who collected @@ -145,18 +150,6 @@ Unicode OpenSSL. -Strategy -======== - -* Type Hints - -* Documentation strings - -* CI - -* Extension of platform support - - C API ===== @@ -191,6 +184,18 @@ C shims of missing functions py3k API +Strategy +======== + +* Type Hints + +* Documentation strings + +* CI + +* Extension of platform support + + Type Hints ========== @@ -222,7 +227,7 @@ The same principles apply as with C functions, “shims, not difference is slim. * Do not hesitate to create your own shims. So I have for - example, ``bix_to_hex`` and ``oct_to_num`` or padding functions + example, ``bin_to_hex`` and ``oct_to_num`` or padding functions there. * http://python-future.org/compatible_idioms.html @@ -231,3 +236,10 @@ The same principles apply as with C functions, “shims, not Whoever does not understand LISP, is doomed to reinvent it. Badly. LISP -> six + +Questions +========= + +* https://gitlab.com/m2crypto/m2crypto/ + +* ``mcepl@cepl.eu`` or ``@mcepl`` |