Package python3-module-codepy: Information
Source package: python3-module-codepy
Version: 2019.1-alt2
Build time: Jan 6, 2025, 02:07 PM in the task #368267
Category: Development/Python3
Report package bugHome page: https://documen.tician.de/codepy/
License: MIT
Summary: C metaprogramming toolkit for Python
Description:
CodePy is a C metaprogramming toolkit for Python. It handles two aspects of metaprogramming: * Generating C source code. * Compiling this source code and dynamically loading it into the Python interpreter. Both capabilities are meant to be used together, but also work on their own. In particular, the code generation facilities work well in conjunction with PyCuda. Dynamic compilation and linking are so far only supported in Linux with the GNU toolchain.
Maintainer: Anton Vyatkin
List of contributors:
Anton Vyatkin
Andrey Bychkov
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Aleksey Avdeev
Anton Vyatkin
Andrey Bychkov
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Aleksey Avdeev
ACL:
@python
@everybody
@python
@everybody
Last changed
Jan. 6, 2025 Anton Vyatkin 2019.1-alt2
- replace appdirs with platformdirs
Feb. 27, 2023 Anton Vyatkin 2019.1-alt1
- new version 2019.1
Nov. 14, 2019 Andrey Bychkov 2013.1.2-alt2
- python2 disabled