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

``PGPy`` is a Python (2 and 3) 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/index>
    progress
    changelog

.. include:: installation.rst

.. Links and References
.. _RFC 4880: https://tools.ietf.org/html/rfc4880
