aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyasn1/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-04-28 01:22:14 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:39 +0700
commit7f0447e3ab4655f2946292d3d4b4d069c9b45a51 (patch)
treec3164e399e993766e3d1d635cf9707b9e4612ee5 /python/python3-pyasn1/README
parentfc741fec2c26957e6d6ba180a2df243e5d001f09 (diff)
python/python3-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/python3-pyasn1/README')
-rw-r--r--python/python3-pyasn1/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pyasn1/README b/python/python3-pyasn1/README
new file mode 100644
index 0000000000..d0afd4ac6a
--- /dev/null
+++ b/python/python3-pyasn1/README
@@ -0,0 +1,3 @@
+pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python.
+
+This is the Python 3 build of pyasn1.