Package python3-module-codepy: Information

    Source package: python3-module-codepy
    Version: 2019.1-alt2
    Latest version according to Repology
    Build time:  Jan 6, 2025, 02:07 PM in the task #368267
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    python3-module-codepy (noarch)

    Maintainer: Anton Vyatkin


    ACL:
    @python
    @everybody

      1. gcc-c++
      2. python3-module-platformdirs
      3. python3-module-pyproject-installer >= 0.4.0
      4. python3-module-pytest
      5. python3-module-pytools
      6. python3-module-setuptools
      7. python3-module-wheel
      8. rpm-build-python3

    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