aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pyasn1/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-04-28 01:21:19 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:39 +0700
commitfc741fec2c26957e6d6ba180a2df243e5d001f09 (patch)
tree421152137a3aa669be8fc9e0d37176c4d1a6fbc8 /python/python2-pyasn1/README
parent648169422dd198c70954c22150fcce4cade107dc (diff)
python/python2-pyasn1: Added (ASN.1 types and codecs in Python)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pyasn1/README')
-rw-r--r--python/python2-pyasn1/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python2-pyasn1/README b/python/python2-pyasn1/README
new file mode 100644
index 0000000000..57b8687706
--- /dev/null
+++ b/python/python2-pyasn1/README
@@ -0,0 +1,3 @@
+pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python.
+
+This is the Python 2 build of pyasn1.