New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fparser

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fparser

Python implementation of a Fortran parser

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
3

News

  • 31/01/2024 Version 0.1.4 released (resolves issues with WHERE statements and intrinsics).
  • 18/09/2023 Version 0.1.3 released (resolves issues with support for DO CONCURRENT).
  • 19/06/2023 Version 0.1.2 released (bug fix for handling of INCLUDE files).
  • 28/04/2023 Version 0.1.1 released (extends F2008 support with the optional "::" in the MODULE PROCEDURE statement).
  • 18/04/2023 Version 0.1.0 released and status changed from alpha to beta. See the CHANGELOG for more details.
  • 16/06/2022 Version 0.0.16 released. See the CHANGELOG for details.
  • 30/05/2022 Version 0.0.15 released. See the CHANGELOG for details.
  • 10/03/2022 Version 0.0.14 released. See the CHANGELOG for details.
  • 02/11/2021 Version 0.0.13 released. See the CHANGELOG for details.
  • 26/04/2021 Version 0.0.12 released. See the CHANGELOG for details.
  • 15/05/2020 Version 0.0.11 released. See the CHANGELOG for details.
  • 18/11/2019 Version 0.0.10 released. See the CHANGELOG for details.
  • 04/11/2019 Version 0.0.9 released. See the CHANGELOG for details.
  • 03/12/2018 Version 0.0.8 released. See the CHANGELOG for details.
  • 23/04/2018 Version 0.0.7 released. See the CHANGELOG for details.
  • 22/03/2017 Version 0.0.2 released. Documentation made available on ReadTheDocs.
  • 16/01/2017 Parser code extracted from F2PY project to form the base of the fparser project.

Introduction

This project is based upon the Fortran (77..2003) parser originally developed by Pearu Peterson for the F2PY project, www.f2py.com. It provides a parser for Fortran source code implemented purely in Python with minimal dependencies.

Obtaining

fparser is available from the Python Package Index. It may also be cloned from github. Alternatively, github provides tarballs for each of the releases.

Documentation

The documentation for fparser is hosted on ReadTheDocs.

Code Metrics

fparser unit tests codecov Documentation Status

Icicle coverage plot generated by CodeCov

See also

www.f2py.com.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc