macOS
brew install cythonlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de cython pour les workflows d'agents IA.
installation
brew install cythonlocal Homebrew formula metadata
sudo apk add cythonAlpine Linux edge package indexes · cython · Source: dl-cdn.alpinelinux.org
sudo pacman -S cythonArch Linux sync databases · cython · Source: geo.mirror.pkgbuild.com
sudo apt install cython-docDebian stable package indexes · cython-doc · Source: deb.debian.org
sudo dnf install python3-cythonFedora Rawhide package metadata · python3-cython · Source: dl.fedoraproject.org
aperçu
Compiler for writing C extensions for the Python language
historique
Cython is an optimizing static compiler for Python and the extended Cython language. It translates Python-like code to C or C++ so developers can write CPython extension modules, wrap native libraries, and tune performance without abandoning Python syntax.
The official Cython README says Cython was originally based on Greg Ewing's Pyrex and started as an early-2000s project. Cython kept the Python-extension-module idea but grew into a long-lived compiler with its own language features, type declarations, C/C++ interop, and CPython-version adaptation.
The official site describes Cython as a superset of Python that supports C/C++ functions and types, allowing generated C code to be compiled with major C/C++ compilers. The project repository was created on GitHub in 2010 and remains the active source for compiler, docs, and tooling.
Cython became common infrastructure in the scientific Python and performance-sensitive Python ecosystem because it lets projects ship fast extension modules while retaining a Python-like development model. The official README states that Cython has more than 70 million PyPI downloads per month, which reflects broad use as a build-time dependency as well as a developer tool.
Users install Cython, write .pyx modules or use pure-Python annotation mode, and run cython or cythonize to generate C/C++ code for extension builds. Common uses include wrapping external C libraries, optimizing numerical loops, interacting with NumPy arrays, embedding CPython, and maintaining generated C sources for reproducible builds.
Cython matters to package nerds because it sits at the boundary between source packages and compiled artifacts. A missing or mismatched Cython can decide whether a Python package builds from sdist, ships generated C, or requires wheels; it is one of the quiet tools behind many fast Python libraries.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
cygdb | cli | exécutable global | |
cython | cli | exécutable global | |
cythonize | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:cython |
|---|---|
| Version | 3.2.8 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/cython |
| Page d'accueil | https://cython.org/ |
| Dépôt | https://github.com/cython/cython |
| Docs amont | https://cython.org/ |
| Licence | Apache-2.0 |
| Archive source | https://files.pythonhosted.org/packages/b6/6b/80101e02ebacaf9232ecf32bf6a788d36b27d820ee02434746252569ef98/cython-3.2.8.tar.gz |
| Dernière mise à jour | 2026-07-13T02:36:58Z |
| Pulse | updated |
| Dépendances | python@3.14 |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cython |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
cython-doc 3.0.11+dfsg-2
C-Extensions for Python 3 (Documentation)
sudo apt install cython-doccython3 3.0.11+dfsg-2+b1
C-Extensions for Python 3
sudo apt install cython3cython-doc 3.0.8-1ubuntu3
C-Extensions for Python - documentation
sudo apt install cython-doccython3 3.0.8-1ubuntu3
C-Extensions for Python 3
sudo apt install cython3cython 3.2.4-r2
Cython is an optimising static compiler for both the Python & the extended Cython programming languages.
sudo apk add cythoncython-doc 3.2.4-r2
Cython is an optimising static compiler for both the Python & the extended Cython programming languages. (documentation)
sudo apk add cython-doccython-pyc 3.2.4-r2
Precompiled Python bytecode for cython
sudo apk add cython-pycpython3-cython 3.2.4-4.fc45
Language for writing Python extension modules
sudo dnf install python3-cythoncython 3.2.5-1
C-Extensions for Python
sudo pacman -S cythonpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.