##################
PGPy Documentation
##################

``PGPy`` is a Python implementation of the OpenPGP specification, as described in :rfc:`4880`.

It aims to be easy to use above all else, but also to eventually embody a complete,
compliant implementation of the specification.

Contents:

.. toctree::
    :maxdepth: 2

    installation
    examples
    API <api>
    progress
    changelog

.. include:: installation.rst
