aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/README.org
blob: 604037f119b5eaf8cbde0b967a8066f94d73c095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#+TITLE: GPGME Python Bindings HOWTO Examples
#+LATEX_COMPILER: xelatex
#+LATEX_CLASS: article
#+LATEX_CLASS_OPTIONS: [12pt]
#+LATEX_HEADER: \usepackage{xltxtra}
#+LATEX_HEADER: \usepackage[margin=1in]{geometry}
#+LATEX_HEADER: \setmainfont[Ligatures={Common}]{Times New Roman}
#+LATEX_HEADER: \author{Ben McGinnes <[email protected]>}


* Examples
  :PROPERTIES:
  :CUSTOM_ID: gpgme-python3-examples
  :END:

  The contents of this directory are the examples included in the /GNU
  Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO/ file.  Each
  script is explicitly for Python 3 and specifically for Python 3.4 or
  later.

  Some of these scripts may work with Python 2.7, but there are no
  guarantees.  They will include the relevant imports from the
  =__future__= module to facilitate that if possible.


* Copyright and Licensing
  :PROPERTIES:
  :CUSTOM_ID: copyright-and-license
  :END:


** Copyright (C) The GnuPG Project, 2018
   :PROPERTIES:
   :CUSTOM_ID: copyright
   :END:

   Copyright © The GnuPG Project, 2018.


** License GPL compatible
   :PROPERTIES:
   :CUSTOM_ID: license
   :END:

   This file is free software; as a special exception the author gives
   unlimited permission to copy and/or distribute it, with or without
   modifications, as long as this notice is preserved.

   This file is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY, to the extent permitted by law; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.