From ea508001e058f7d330b0d61882684ed27deb1a6d Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 6 Aug 2011 15:42:56 +0000 Subject: Add the start of Python docs Describe how to build a universal binary on OS X Fix tr1::function syntax so Sphinx is happy. --- doc/python.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/python.txt (limited to 'doc/python.txt') diff --git a/doc/python.txt b/doc/python.txt new file mode 100644 index 000000000..dcd274eed --- /dev/null +++ b/doc/python.txt @@ -0,0 +1,14 @@ + +Python Binding +======================================== + +.. highlight:: python + +.. note:: + + The Python binding should be considered alpha software, and the + interfaces may change in the future. + +Botan includes a binding for Python, implemented using Boost.Python. + +.. literalinclude:: examples/python/rsa.py -- cgit v1.2.3