gpgme/lang/python/examples
Ben McGinnes 61c08f7435 docs: python bindings howto
* Added new advanced section with an example of using the Python
  bindings with CPython code compiled back to C code using Cython.
* Though it may seem a bit counter-intuitive to use the bindings just
  to go back to C via a different route, this is not actually stupid.
* Added examples/howto/advanced/cython/ directory.
* Added keycount.pyx, setup.py and the keycount.c file which the first
  two generated with Cython.  Not including the .so and .o files from
  the build.
* Exported the .texi version of the howto for the main docs.
2018-09-16 13:48:12 +10:00
..
howto docs: python bindings howto 2018-09-16 13:48:12 +10:00
assuan.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
decryption-filter.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
delkey.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
exportimport.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
genkey.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
inter-edit.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
low_level-encrypt_to_all.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
sign.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
signverify.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
simple.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
testCMSgetkey.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
verifydetails.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00