macOS
brew install cythonlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cython in AI-Agent-Workflows.
Installation
brew install cythonlocal Homebrew formula metadata
sudo apk add cythonAlpine Linux edge package indexes · cython · Quelle: dl-cdn.alpinelinux.org
sudo pacman -S cythonArch Linux sync databases · cython · Quelle: geo.mirror.pkgbuild.com
sudo apt install cython-docDebian stable package indexes · cython-doc · Quelle: deb.debian.org
sudo dnf install python3-cythonFedora Rawhide package metadata · python3-cython · Quelle: dl.fedoraproject.org
Überblick
Compiler for writing C extensions for the Python language
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
cygdb | cli | globales Executable | |
cython | cli | globales Executable | |
cythonize | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:cython |
|---|---|
| Version | 3.2.8 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/cython |
| Homepage | https://cython.org/ |
| Repository | https://github.com/cython/cython |
| Upstream-Dokumentation | https://cython.org/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://files.pythonhosted.org/packages/b6/6b/80101e02ebacaf9232ecf32bf6a788d36b27d820ee02434746252569ef98/cython-3.2.8.tar.gz |
| Zuletzt aktualisiert | 2026-07-01T09:53:57Z |
| Pulse | updated |
| Abhängigkeiten | python@3.14 |
| Build-Abhängigkeiten | python-setuptools |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cython |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 cythonQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.