new release of pyasn1 package

Ilya Etingof ilya at glas.net
Mon May 6 21:37:40 CEST 2013


I'm pleased to announce a maintenance release of PyASN1 package -- pure-Python implementation of ASN.1
base types and serialization codecs. 

This release switches the pyasn1 code to a more conventional and relaxed two-clause BSD license as well as fixes 
some subtile bugs. More information on this new release is available in the change log:

http://pyasn1.sourceforge.net/changes.html

What is PyASN!?
=============

The pyasn1 software lets you express your data structures, described in a specialized ASN.1 language, as a collection of Python
objects. The pyasn1 objects could then be serialized into octet stream suitable for storage and transmission or vice versa. Many
telecommunication protocols were built on top of ASN.1, pyasn1 can come in handy for people experimenting with such things.

More information on pyasn1 uses and applications is available on project site:

http://pyasn1.sf.net

-ilya



More information about the Python-announce-list mailing list