X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=a8e2cc970ccce479fd08ae2318e90d42e330feae;hb=011b627453f5bfe82bdd160edbb249a73f21082a;hp=2feb1df60e4760a9009e8ed7cd5e0c93a4c8db87;hpb=e106d9023d35c641f3b22b6d6612723c31b95ee3;p=pyderasn.git diff --git a/README b/README index 2feb1df..a8e2cc9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -PyDERASN -- ASN.1 DER/BER library for Python +PyDERASN -- strict and fast ASN.1 DER/BER library for Python I'm going to build my own ASN.1 library with slots and blobs! (C) PyDERASN's author @@ -15,7 +15,9 @@ PyDERASN -- ASN.1 DER/BER library for Python * Ability to know exact decoded objects offset and lengths in the binary * Pretty printer and command-line decoder, that could conveniently replace utilities like either dumpasn1 or openssl asn1parse -* __slots__ friendliness +* __slots__, copy.copy() friendliness +* Workability with pickle +* Cython compatibility pyderasn is free software: see the file COPYING.LESSER for copying conditions.