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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: python-lupa
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
cython3,
libluajit-5.1-dev [!s390x !alpha !hppa !ia64 !m68k !powerpcspe !sh4 !sparc64] | liblua5.1-0-dev,
pkgconf,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.6.1.0
Homepage: https://github.com/scoder/lupa/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lupa
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lupa.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
X-Style: black
Package: python3-lupa
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python wrapper around LuaJIT or Lua (Python3 version)
Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is a partial
rewrite of LunaticPython in Cython with some additional features such as proper
coroutine support.
.
Features:
* separate Lua runtime states through a LuaRuntime class
* Python coroutine wrapper for Lua coroutines
* iteration support for Python objects in Lua and Lua objects in Python
* proper encoding and decoding of strings (configurable per runtime, UTF-8 by
default)
* frees the GIL and supports threading in separate runtimes when calling into
Lua
* written for LuaJIT2, but also works with the normal Lua interpreter
* easy to hack on and extend as it is written in Cython, not C
.
This package contains the Python 3 version of the library.
|