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 -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/