Automic VaultAutomic Vault

brew

fypp を Homebrew, apt, Nix でインストール

fypp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install fypp

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install fypp

Debian stable package indexes · fypp · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#fypp

nixpkgs package indexes · pkgs/by-name/fy/fypp/package.nix · ソース: api.github.com

概要

パッケージ概要

Python powered Fortran preprocessor

履歴

プロジェクトの歴史と使われ方

Fypp is a Python-powered preprocessor aimed primarily at Fortran source preprocessing. Its documentation presents it as a way to add conditional compiling and template metaprogramming to modern Fortran while using Python expressions in directives rather than inventing a separate expression language.

プロジェクトの歴史

The GitHub repository was created in April 2016, with release 1.0 published the same day. Official documentation says Fypp was inspired by the pyratemp templating engine, but was written from scratch for source-code preprocessing needs such as compiler line-number markers and source-oriented line folding.

The project has continued through the 3.x line; release 3.0 was published in 2020, 3.1 in 2021, and 3.2 in 2023. The stable documentation identifies itself as Fypp 3.2.

採用の歴史

Fypp's official install instructions document conda-forge, pip/PyPI, MSYS2 pacman, GitHub release archives, and development installs from the repository. Supplied package-manager facts additionally list Homebrew, Debian, Nix, and Ubuntu packaging, reflecting use in both Python and Fortran build environments.

使われ方

Users run the `fypp` command-line tool or import `fypp.py` directly from Python scripts. The documentation covers Make, Waf, and CMake integration, and notes that Python-driven build systems can use the API instead of shelling out to the executable.

パッケージ好きにとっての重要性

Fypp is package-nerd interesting because it is a small Python CLI that lives at the boundary between scientific Fortran build systems and Python packaging. It is not a general template engine packaged as an application; its significance is the deliberate adaptation of Python expression evaluation to Fortran preprocessing workflows.

タイムライン

  • 2016: GitHub repository created.
  • 2016: Release 1.0 published.
  • 2020: Release 3.0 published.
  • 2023: Release 3.2 published.

Related projects

  • The official documentation names pyratemp as an inspiration and compares Fypp with cpp/fpp-like preprocessors and the coco preprocessor. Its build-system examples place it beside Make, Waf, CMake, and Python-driven build tooling.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
fyppcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版3.2
マネージャ更新日2026-06-13
ローカルデータOK
上流not checked
検出された最新未検出

https://fypp.readthedocs.io/en/stable/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:fypp
バージョン3.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/fypp
ホームページhttps://fypp.readthedocs.io/en/stable/
リポジトリhttps://github.com/aradi/fypp
上流ドキュメントhttps://fypp.readthedocs.io/en/stable
ライセンスBSD-2-Clause
ソースアーカイブhttps://files.pythonhosted.org/packages/01/35/0e2dfffc90201f17436d3416f8d5c8b00e2187e410ec899bb62cf2cea59b/fypp-3.2.tar.gz
最終更新2026-06-13T01:24:12+02:00
Pulseupdated
依存関係python@3.14
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefypp
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

fypp 3.1-3

Python powered Fortran preprocessor

http://fypp.readthedocs.io/

sudo apt install fypp
  • Section: python
  • Architecture: all
  • 1 依存関係
  • normalized package name match
  • 一致条件: Fypp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fypp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

fypp

nix profile install nixpkgs#fypp
  • normalized package name match
  • 一致条件: Fypp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fy/fypp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

fypp 3.1-2

Python powered Fortran preprocessor

http://fypp.readthedocs.io/

sudo apt install fypp
  • Section: universe/python
  • Architecture: all
  • 1 依存関係
  • normalized package name match
  • 一致条件: Fypp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fypp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment