/usr/lib64/python3.6/site-packages
NameSizeModeActions
cffi/-0755rm
cffi-1.11.5-py3.6.egg-info/-0755rm
cryptography/-0755rm
cryptography-3.2.1-py3.6.egg-info/-0755rm
dbus/-0755rm
dbus_python-1.2.4-py3.6.egg-info/-0755rm
gi/-0755rm
gpg/-0755rm
hawkey/-0755rm
libcomps/-0755rm
libcomps-0.1.18-py3.6.egg-info/-0755rm
libdnf/-0755rm
markupsafe/-0755rm
MarkupSafe-0.23-py3.6.egg-info/-0755rm
netifaces-0.10.6-py3.6.egg-info/-0755rm
pygtkcompat/-0755rm
rpm/-0755rm
selinux/-0755rm
setools/-0755rm
setools-4.3.0-py3.6.egg-info/-0755rm
systemd/-0755rm
yaml/-0755rm
__pycache__/-0755rm
audit.py466060755editdlrm
auparse.so703920755editdlrm
gpg-1.13.1-py3.6.egg-info22590644editdlrm
netifaces.cpython-36m-x86_64-linux-gnu.so205280755editdlrm
perf-0.1-py3.6.egg-info2610644editdlrm
perf.cpython-36m-x86_64-linux-gnu.so3805600755editdlrm
pygobject-3.28.3-py3.6.egg-info8060644editdlrm
PyYAML-3.12-py3.6.egg-info15150644editdlrm
README.txt1190644editdlrm
rpm-4.14.3-py3.6.egg-info2220644editdlrm
selinux-2.9-py3.6.egg-info2210644editdlrm
semanage.py616490644editdlrm
systemd_python-234-py3.6.egg-info5860644editdlrm
unbound.py699180644editdlrm
unboundmodule.py1031170644editdlrm
_audit.so1811280755editdlrm
_cffi_backend.cpython-36m-x86_64-linux-gnu.so1809920755editdlrm
_dbus_bindings.so1809520755editdlrm
_dbus_glib_bindings.so128000755editdlrm
_selinux.cpython-36m-x86_64-linux-gnu.so3200720755editdlrm
_semanage.cpython-36m-x86_64-linux-gnu.so3286960755editdlrm
_unbound.so1981120755editdlrm
_yaml.cpython-36m-x86_64-linux-gnu.so2505680755editdlrm
Edit: /usr/lib64/python3.6/site-packages/gpg-1.13.1-py3.6.egg-info (2259B)
Metadata-Version: 1.1 Name: gpg Version: 1.13.1 Summary: Python bindings to the GPGME API of the GnuPG cryptography library. Home-page: https://www.gnupg.org Author: The GnuPG hackers Author-email: gnupg-devel@gnupg.org License: LGPL2.1+ (the library), GPL2+ (tests and examples) Description: Dynamically generated bindings to the C API of the GNU Privacy Guard. The GPG Made Easy (GPGME) library provides a high-level API in C to all the component software and libraries in the GnuPG Project, including GPG itself (the GnuPG OpenPGP implementation), libgcrypt, libgpg-error, libassuan and more. The official CPython bindings to GPGME are generated during the compiling process of GPGME itself and built for the specific C header and include files produced when GPGME is compiled using SWIG. This provides access to over two thousand functions, methods and values via both the lower level dynamically generated bindings and a more intuitively pythonic higher level layer. While the lower level, dynamically generated bindings provide access to everything which GPGME itself provides; the higher level layer is easier to use by Python developers, provides access to the vast majority of functionality developers would want from GnuPG and is extensively documented. GPGME and these bindings is available here: https://gnupg.org/software/gpgme/index.html Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+) Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Operating System :: POSIX Classifier: Operating System :: Microsoft :: Windows Classifier: Topic :: Communications :: Email Classifier: Topic :: Security :: Cryptography