public inbox for pyderasn-devel@lists.cypherpunks.ru
Atom feed
* [pyderasn-devel] PyDERASN 7.4 release announcement
@ 2020-03-22 14:48 Sergey Matveev
  0 siblings, 0 replies; only message in thread
From: Sergey Matveev @ 2020-03-22 14:48 UTC (permalink / raw)
  To: pyderasn-devel

[-- Attachment #1: Type: text/plain, Size: 1736 bytes --]

I am pleased to announce PyDERASN 7.4 release availability!

PyDERASN is free software pure Python ASN.1 DER/CER/BER library.

------------------------ >8 ------------------------

The main improvements for that release are:

* Fix DEFINED BY pprinting when invoking as __main__ module
* Integer has tohex() for getting hexadecimal representation of its value
* hexdump() (hexdump -C like output) and ascii_visualize()
  (visualize ASCII printable characters, like in hexdump -C) pretty
  printing functions appeared
* Experimental ASN.1 interactive terminal browser.
  You will need urwid package to use it
  Look how cool it is! http://pyderasn.cypherpunks.ru/_images/browser.png

------------------------ >8 ------------------------

PyDERASN'es home page is: http://pyderasn.cypherpunks.ru/

Source code and its signature for that version can be found here:

    http://pyderasn.cypherpunks.ru/download/pyderasn-7.4.tar.xz (358 KiB)
    http://pyderasn.cypherpunks.ru/download/pyderasn-7.4.tar.xz.sig

SHA256 hash: 4BA28CA1 277B6786 CC3CF8CD 159D9CA2 65E77567 42DECE91 9A690982 21617393
GPG key: 2ED6 C846 3051 02DF 5B4E  0383 04A9 33D1 BA20 327A
         PyDERASN releases <pyderasn at cypherpunks dot ru>

pip'es requirements file:

    pyderasn==7.4 --hash=sha256:dbd2b469c0ff54eb4ec1bee9d74c276ca59dd422f2a185ced66227e8099a1ba6
    six==1.14.0 --hash=sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a

Please send questions regarding the use of PyDERASN, bug reports and patches
to mailing list: https://lists.cypherpunks.ru/mailman/listinfo/pyderasn-devel

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-22 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-22 14:48 [pyderasn-devel] PyDERASN 7.4 release announcement Sergey Matveev