X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pyderasn.py;h=a4b7deb7e3b6e86983fa0695cb2d6a356db10d7e;hb=c2a5b57cb40ea08fa13ec7d1591881d4b19bab1e;hp=7ce0565e5da91bd6d57c454752f0a329bc17e3d9;hpb=a8f8eb8f0bf0395b8fc94a1cad063def57729a90;p=pyderasn.git diff --git a/pyderasn.py b/pyderasn.py index 7ce0565..a4b7deb 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -20,7 +20,7 @@ """Python ASN.1 DER/BER codec with abstract structures This library allows you to marshal various structures in ASN.1 DER -format, unmarshal them in BER/CER/DER ones. +format, unmarshal BER/CER/DER ones. >>> i = Integer(123) >>> raw = i.encode() @@ -7486,6 +7486,8 @@ def browse(raw, obj, oid_maps=()): If you press **d**, then current element will be saved in the current directory under its decode path name (adding ".0", ".1", etc suffix if such file already exists). **D** will save it with explicit tag. + + You can also invoke it with ``--browse`` command line argument. """ from copy import deepcopy from os.path import exists as path_exists