Skip to content

f2py

The fundamental package for scientific computing with Python.

Package Information

  • Domain: numpy.org
  • Name: f2py
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install f2py

Programs

This package provides the following executable programs:

  • f2py

Available Versions

Show all 20 versions
  • 2.3.2, 2.3.1, 2.3.0, 2.2.6, 2.2.5
  • 2.2.4, 2.2.3, 2.2.2, 2.2.1, 2.2.0
  • 2.1.3, 2.1.2, 2.1.1, 2.1.0, 2.0.2
  • 2.0.1, 2.0.0, 1.26.4, 1.26.3, 1.26.2

Latest Version: 2.3.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) f2py -- $SHELL -i

Dependencies

This package depends on:

  • openblas.net^0.3
  • python.org^3.11

These packages work well with f2py:

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.f2py

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.