https://github.com/inducer/codepy
Generate and execute native code at run time, from Python
https://github.com/inducer/codepy
Last synced: 9 months ago
JSON representation
Generate and execute native code at run time, from Python
- Host: GitHub
- URL: https://github.com/inducer/codepy
- Owner: inducer
- License: mit
- Created: 2011-04-06T02:47:21.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T22:13:23.000Z (11 months ago)
- Last Synced: 2025-04-13T05:07:42.909Z (9 months ago)
- Language: Python
- Homepage: http://mathema.tician.de/software/codepy
- Size: 283 KB
- Stars: 53
- Watchers: 3
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://gitlab.tiker.net/inducer/codepy/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/codepy/commits/main
.. image:: https://github.com/inducer/codepy/workflows/CI/badge.svg
:alt: Github Build Status
:target: https://github.com/inducer/codepy/actions?query=branch%3Amain+workflow%3ACI
.. image:: https://badge.fury.io/py/codepy.svg
:alt: Python Package Index Release Page
:target: https://pypi.org/project/codepy/
CodePy is a C/C++ metaprogramming toolkit for Python. It helps you compile
source code and dynamically load it into the Python interpreter.
This facility also works in conjunction with with `PyCuda
`_. Dynamic compilation and linking
are so far only supported in Linux with the GNU toolchain.
See also the `documentation `_ and the
`git tree `_.