1.. gnupg documentation master file, created by
2   sphinx-quickstart on Fri Apr  5 22:38:47 2013.
3   You can adapt this file completely to your liking, but it should at least
4   contain the root `toctree` directive.
5
6gnupg: Python Package Documentation
7===================================
8A Python interface for handling interactions with GnuPG, including keyfile
9generation, keyring maintainance, import and export, encryption and
10decryption, sending to and recieving from keyservers, and signing and
11verification.
12
13Contents:
14
15.. toctree::
16   :maxdepth: 2
17
18   gnupg
19
20
21Source, license, & bug reports
22==============================
23The source code which was used to generate this documentation is accessible by
24clicking the little `source` links next to the docs. Current source code can
25be found in this github repository_. The **master** branch always reflects the
26latest release, all releases are tagged with signed, annotated git tags, and
27the **develop** branch represents the state of the next release.
28
29This package is released under GPLv3_ or greater.
30
31If you find a bug, or would like to request a feature, please use our public
32bugtracker_ on github. Patches warmly welcome.
33
34Indices and tables
35==================
36
37* :ref:`genindex`
38* :ref:`modindex`
39* :ref:`search`
40
41.. _source: https://github.com/isislovecruft/python-gnupg
42.. _repository: https://github.com/isislovecruft/python-gnupg
43.. _GPLv3: https://www.gnu.org/licenses/gpl.txt
44.. _bugtracker: https://github.com/isislovecruft/python-gnupg/issues
45