/usr/lib64/python3.9/site-packages
NameSizeModeActions
dbus/-0755rm
dbus_python-1.2.18-py3.9.egg-info/-0755rm
gi/-0755rm
gpg/-0755rm
hawkey/-0755rm
libcomps/-0755rm
libcomps-0.1.18-py3.9.egg-info/-0755rm
libdnf/-0755rm
PyYAML-5.4.1-py3.9.egg-info/-0755rm
rpm/-0755rm
selinux/-0755rm
selinux-3.6-py3.9.egg-info/-0755rm
setools/-0755rm
setools-4.4.4-py3.9.egg-info/-0755rm
systemd/-0755rm
yaml/-0755rm
_yaml/-0755rm
__pycache__/-0755rm
audit.py402160755editdlrm
auparse.so766960755editdlrm
gpg-1.15.1-py3.9.egg-info22590644editdlrm
PyGObject-3.40.1.egg-info8370644editdlrm
README.txt1190644editdlrm
rpm-4.16.1.3-py3.9.egg-info2460644editdlrm
semanage.py393750644editdlrm
systemd_python-234-py3.9.egg-info5860644editdlrm
_audit.so1935280755editdlrm
_dbus_bindings.so1713920755editdlrm
_dbus_glib_bindings.so247440755editdlrm
_selinux.cpython-39-x86_64-linux-gnu.so2762000755editdlrm
_semanage.cpython-39-x86_64-linux-gnu.so3242720755editdlrm
Edit: /usr/lib64/python3.9/site-packages/gpg-1.15.1-py3.9.egg-info (2259B)
Metadata-Version: 1.1 Name: gpg Version: 1.15.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