summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-12 09:41:49 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-12 09:41:49 +0100
commit2568ec1c1e65f647a62efc48fcff74583c6a7c71 (patch)
tree0db7922486060b3cf0293a6c7e18a29f8d8edd19 /README.md
parent51af80c26cefcc994e2d9bf11a1d69de654bb820 (diff)
downloadpyasn1-git-2568ec1c1e65f647a62efc48fcff74583c6a7c71.tar.gz
turn misfeature into a feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index b25e017..07d5b88 100644
--- a/README.md
+++ b/README.md
@@ -19,15 +19,7 @@ Features
* Fully standard compliant BER/CER/DER codecs
* 100% Python, works with Python 2.4 up to Python 3.5
* MT-safe
-
-Misfeatures
------------
-
-* No ASN.1 compiler shipped with pyasn1, so by-hand ASN.1 spec compilation
- into Python code would be needed. But there is a project, called
- [Asn1ate](https://github.com/kimgr/asn1ate) that compiles ASN.1 documents
- into pyasn1 code.
-* Codecs are not restartable
+* Contributed ASN.1 compiler [Asn1ate](https://github.com/kimgr/asn1ate)
Download
--------
@@ -111,5 +103,6 @@ If something does not work as expected, try browsing pyasn1
[mailing list archives](https://sourceforge.net/p/pyasn1/mailman/pyasn1-users/)
or post your question
[to Stack Overflow](http://stackoverflow.com/questions/ask).
+
Copyright (c) 2005-2016, [Ilya Etingof](http://ilya@glas.net).
All rights reserved.