Source: python-lupa Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer , Build-Depends: cython, cython3, debhelper (>= 11), dh-python, libluajit-5.1-dev [!s390x !alpha !hppa !ia64 !m68k !powerpcspe !sh4 !sparc64] | liblua5.1-0-dev, pkg-config, python-all, python-all-dev, python-setuptools, python3-all, python3-all-dev, python3-setuptools, Standards-Version: 4.1.5 Homepage: https://github.com/scoder/lupa/ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-lupa Vcs-Git: https://salsa.debian.org/python-team/modules/python-lupa.git Testsuite: autopkgtest-pkg-python Package: python-lupa Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, Description: Python wrapper around LuaJIT (Python2 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 2 version of the library. 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.