Encapsulate a context within the Python interpreter.
Wraps a python function (specified as a string) as a D function roughly of signature func_t
Evaluate a python expression once and return the result.
Fetch a python module object.
Evaluate one or more python statements once.
Contains utilities for embedding python in D.
Importing this module will call Py_Initialize.