# OpenPGP-Python **Repository Path**: mirrors_mahmoudimus/OpenPGP-Python ## Basic Information - **Project Name**: OpenPGP-Python - **Description**: A port of OpenPGP-PHP to Python - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: fork - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenPGP-Python

OpenPGP-Python

Actions Status License: MIT Code style: black

This is a port of OpenPGP-PHP to python. ## Getting Started ### Prerequisites Some prerequisites need to be installed. - Python 3.6+ ### Installing Install from the official PyPI: ```sh pip install OpenPGP-Python ``` Install from the latest source: ```sh pip install git+https://github.com/mahmoudimus/OpenPGP-Python ``` ## Usage To be done.