aboutsummaryrefslogtreecommitdiff
path: root/python/pyasn1/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyasn1/README')
-rw-r--r--python/pyasn1/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/pyasn1/README b/python/pyasn1/README
new file mode 100644
index 000000000000..9f0c7dbd37cf
--- /dev/null
+++ b/python/pyasn1/README
@@ -0,0 +1,7 @@
+pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python
+
+Its features are:
+- Generic implementation of ASN.1 types (X.208)
+- Fully standard compliant BER/CER/DER codecs
+- 100% Python, works with Python 2.2 and later
+- MT-safe