This is @tangentstorm’s personal fork of the excellent python4delphi.
The files in this top directory are my own. Everything else is from the official SVN, except for a few changes I’ve made in PythonEngine.pas to get things working on FreeBSD.
simplefpcdemo.pas
- example of invoking python from a simple free pascal program, outside of lazarus.
upykvm.pas
- unit that wraps my text terminal libraries (from @tangentstorm/xpl at github) for use with python
_pykvm.pas
- exposes upykvm as a python extension module.
pkvm.sh
- a tiny shell script to rebuild the extension module