1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: pymacs
Section: python
Priority: optional
Homepage: http://pymacs.progiciels-bpi.ca/
Uploaders: Emmanuel Arias <emmanuelarias30@gmail.com>
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
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.
|