Python implementation of a Fortran parser
Project description
News
- 26/11/2024 Version 0.2.0 released (support for statements behind OMP sentinels, non-standard STOP and bug fix for type-guard statements).
- 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
alphatobeta. 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
See also
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fparser-0.2.1.tar.gz.
File metadata
- Download URL: fparser-0.2.1.tar.gz
- Upload date:
- Size: 439.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ca89a760ef23747fc54c53918c03d9165026736d9f0ea6347885bd79fe4be85
|
|
| MD5 |
9e088197547a0898576b8b1fc18020b5
|
|
| BLAKE2b-256 |
9eb5b130088d66fc2a0ef3a83c6694137782059a90c178ddcceda3de9a373cb5
|
File details
Details for the file fparser-0.2.1-py3-none-any.whl.
File metadata
- Download URL: fparser-0.2.1-py3-none-any.whl
- Upload date:
- Size: 643.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd410ccf96e98699cf86115f07758a9c2a73a059dd7bbcd14f5736003747dca8
|
|
| MD5 |
efa308860d84952fedfae80f9e25b93c
|
|
| BLAKE2b-256 |
c5ca9030a90ba06c778f66cf2e8c071fb9a9b80ba034433361f5567d7c5aa322
|