]> git.neil.brown.name Git - edlib.git/commit
Initial python support.
authorNeilBrown <neil@brown.name>
Sun, 29 Nov 2015 21:49:16 +0000 (08:49 +1100)
committerNeilBrown <neil@brown.name>
Tue, 1 Dec 2015 04:40:53 +0000 (15:40 +1100)
commit905a49406a4fee70960ac5c8e217a37ed0986e83
treedebe9b39c746956696481ed69080008aa4a51c17
parent1fe9d6f60928e668fa1d0ff0f5bb4916c27d7931
Initial python support.

Add a new loadable module 'lang-python' which provides a
"python-load" command which will run a python script.

This has access to panes and marks and can send and receive commands...
At least it can in principle - only limited testing so far.

I think it is a good starting point for python support.

Signed-off-by: NeilBrown <neil@brown.name>
Makefile
edlib.c
lang-python.c [new file with mode: 0644]
python/test.py [new file with mode: 0644]