Source: pymacs Section: python Priority: optional Homepage: http://pymacs.progiciels-bpi.ca/ Uploaders: Emmanuel Arias Maintainer: Debian Python Modules Team Build-Depends: debhelper-compat (=12), python (>= 2.6.6-3~), dh-python, python-all (>= 2.6.6-3~), python-docutils Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/pymacs Vcs-Git: https://salsa.debian.org/python-team/modules/pymacs.git Package: pymacs Architecture: all Depends: ${python:Depends}, ${misc:Depends}, emacsen-common (>= 2.0.8) Description: interface between Emacs Lisp and Python Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python. Pymacs aims Python as an extension language for Emacs rather than the other way around, and this asymmetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs services, and handle Emacs Lisp objects kept in Emacs Lisp space.