Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045273
en ru br
ALT Linux repos
S:0.29.36-alt1

Group :: Development/Python3
RPM: python3-module-Cython

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.29.36-alt1
Build date: 7 august 2023, 08:26 ( 33.6 weeks ago )
Size: 2.05 Mb

Home page:   http://www.cython.org

License: Apache-2.0
Summary: C-extensions for Python 3
Description:

Cython is a language that makes writing C extensions for the Python 3
language as easy as Python itself. Cython is based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.

The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on
variables and class attributes. This allows the compiler to generate
very efficient C code from Cython code.

This makes Cython the ideal language for wrapping for external C
libraries, and for fast C modules that speed up the execution of Python
code.

Current maintainer: Yuri N. Sedunov

List of contributors

List of rpms provided by this srpm:

  • python3-module-Cython
  • python3-module-Cython-debuginfo
  • python3-module-Cython-tests
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin