diff options
author | lloyd <[email protected]> | 2011-08-06 15:42:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-08-06 15:42:56 +0000 |
commit | ea508001e058f7d330b0d61882684ed27deb1a6d (patch) | |
tree | e060cb55fc9841a6d405271adc5c77bdcc100af6 /doc/python.txt | |
parent | 5d49754d5cf0819d00d31d47171e4a3e239fbd4b (diff) |
Add the start of Python docs
Describe how to build a universal binary on OS X
Fix tr1::function syntax so Sphinx is happy.
Diffstat (limited to 'doc/python.txt')
-rw-r--r-- | doc/python.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 |