summaryrefslogtreecommitdiffstats
path: root/python/README-python-bindings
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-08 13:42:26 +0100
committerRichard Jones <rjones@redhat.com>2009-04-08 13:42:26 +0100
commit8dcc88f867ab0bed24df49d8c0f347f1357bfffd (patch)
tree072bd22bf68f532642f93d9021b7cfe6f7d8c4c3 /python/README-python-bindings
parent4144e2106cc70ad8f1e081b57da09f9c1e276812 (diff)
downloadlibguestfs-8dcc88f867ab0bed24df49d8c0f347f1357bfffd.tar.gz
libguestfs-8dcc88f867ab0bed24df49d8c0f347f1357bfffd.tar.xz
libguestfs-8dcc88f867ab0bed24df49d8c0f347f1357bfffd.zip
Added a note that I'm not going to do Python bindings for now.
Diffstat (limited to 'python/README-python-bindings')
-rw-r--r--python/README-python-bindings7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/README-python-bindings b/python/README-python-bindings
new file mode 100644
index 00000000..4c5aa382
--- /dev/null
+++ b/python/README-python-bindings
@@ -0,0 +1,7 @@
+There are no Python bindings right now.
+
+Know Python? Why not contribute some!
+
+You will need to autogenerate them by adding the appropriate code
+snippets to src/generator.ml. For inspiration, I suggest looking at
+how the OCaml and Perl bindings were done.