pyasn1 0.2.1 has been released

Ilya Etingof ilya at glas.net
Sun Feb 5 12:33:49 EST 2017


What’s new
=========

* ASN.1 classes improved to better duck-type their Python friends
* A new codec for transforming Python built-in types into ASN.1 objects and back implemented
* BitString type usability improved in many ways
* Sphinx documentation added [1]

More changes noted in the CHANGELOG [2].

What is pyasn1
============

The pyasn1 library implements ASN.1 data types and serialization protocols in pure Python.
It aims at standards compliancy and universal applicability. More information on library features,
use and further development directions can be found on project’s GitHub page. [3]

1. http://pyasn1.sf.net
2. http://pyasn1.sf.net/changelog.html
3. https://github.com/etingof/pyasn1




More information about the Python-announce-list mailing list