summaryrefslogtreecommitdiffstats
path: root/python/pyasn1/README
diff options
context:
space:
mode:
author markus reichelt <slackbuilds@mareichelt.de>2011-11-15 17:25:10 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-11-26 09:08:08 -0600
commit6597ab9a433c7dbe3421a7324c2ab89cc99c40f1 (patch)
treebc87ff26db16062b62ec41a8fde6fdaf84714a71 /python/pyasn1/README
parentd3ffb9bd856e2c4a8caec3bd9ce26f96cfb16840 (diff)
downloadslackbuilds-6597ab9a433c7dbe3421a7324c2ab89cc99c40f1.tar.gz
slackbuilds-6597ab9a433c7dbe3421a7324c2ab89cc99c40f1.tar.xz
python/pyasn1: Added (implements ASN.1 types and codecsin Python)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 0000000000..9f0c7dbd37
--- /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