Python implementation of a Fortran parser
Project description
News
- 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
tobeta
. 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
fparser-0.1.4.tar.gz
(420.1 kB
view details)
Built Distribution
fparser-0.1.4-py3-none-any.whl
(629.6 kB
view details)
File details
Details for the file fparser-0.1.4.tar.gz
.
File metadata
- Download URL: fparser-0.1.4.tar.gz
- Upload date:
- Size: 420.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00d4f7e9bbd8a9024c3c2f308dd3be9b0eeff3cb852772c9f3cf0c4909dbafd4 |
|
MD5 | f74819967165e46f9cd86dcc53ef3180 |
|
BLAKE2b-256 | 1a04385676c4ad2d1fd168203151c92f15d88ee55a534936352067dc3dd039ce |
File details
Details for the file fparser-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: fparser-0.1.4-py3-none-any.whl
- Upload date:
- Size: 629.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11c9c609d398dda48f2c318d4ea13705d2281d791d219455d31a3d000736268e |
|
MD5 | dd114b4805be7f70a7ec14ad767f6dbf |
|
BLAKE2b-256 | 4c59b92fa6a7c8c1194516ab97993296f384b5c7fe91f54ba6b4feb296512a4e |