Source: python-lupa
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 cython3,
 debhelper (>= 11),
 dh-python,
 libluajit-5.1-dev,
 pkg-config,
 python3-all,
 python3-all-dev,
 python3-setuptools,
Standards-Version: 4.1.3
X-Python3-Version: >= 3.3
Homepage: https://github.com/scoder/lupa/
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-lupa.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-lupa.git
Testsuite: autopkgtest-pkg-python

Package: python3-lupa
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python wrapper around LuaJIT (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.
