macOS
brew install cythonlocal Homebrew formula metadata
brew / 順位 1361
cython のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install cythonlocal Homebrew formula metadata
sudo apk add cythonAlpine Linux edge package indexes · cython · ソース: dl-cdn.alpinelinux.org
sudo pacman -S cythonArch Linux sync databases · cython · ソース: geo.mirror.pkgbuild.com
sudo apt install cython-docDebian stable package indexes · cython-doc · ソース: deb.debian.org
sudo dnf install python3-cythonFedora Rawhide package metadata · python3-cython · ソース: dl.fedoraproject.org
概要
Compiler for writing C extensions for the Python language
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cygdb | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
cython | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
cythonize | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:cython |
|---|---|
| バージョン | 3.2.9 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://cython.org/ |
| リポジトリ | https://github.com/cython/cython |
| 最終更新 | 2026-07-25T10:55:22Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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.8-4.fc45
Language for writing Python extension modules
sudo dnf install python3-cythoncython 3.2.9-1
C-Extensions for Python
sudo pacman -S cythonソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.