py4cl

MIT

Call Python libraries from Common Lisp

$ area51 add py4clCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(py4cl:some-function ...)