Static analysis tools for Fortran, written in pure Python
Project description
fsource - Fortran static analysis tool
fsource is a collection of tools allowing you to parse Fortran 77 through Fortran 2008 programs. It is written in pure Python and has no external dependencies.
You install fsource via pip:
$ pip install fsource
or simply download the source, since there are no external dependencies
(note that you should use bin/fsource
instead of fsource
in this case).
fsource currently features:
-
a parser, which takes a Fortran file and outputs an abstract syntax tree (for the definitions) allowing you to extract modules, subprograms, derived types, parameters, etc.:
$ fsource parse FILE.f90
-
a line splicer and a lexer, low-level tools which split a Fortran file into a set of logical lines and tokens, respectively. This allows you to set up your parsing infrastructure on top of fsource:
$ fsource splice FILE.f90 $ fsource lex FILE.f90
Project details
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
File details
Details for the file fsource-0.1.tar.gz
.
File metadata
- Download URL: fsource-0.1.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c558bf0686951d2b69348a2aa1358ec6eece9ab8232c482d941e9b1ca77bf40 |
|
MD5 | 9d3000e7548abacf1e0a42565ef23e7c |
|
BLAKE2b-256 | 3406c32d2d46c0a75bd09e93577673e5366a6f7a09be2b84336998c19348153a |
File details
Details for the file fsource-0.1-py3-none-any.whl
.
File metadata
- Download URL: fsource-0.1-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 428f718dedb8b09e99e691de66e6b87937b509e530e23d04ab23107974ddeeea |
|
MD5 | 505eb5938db21fd20bce946d39bf6ef1 |
|
BLAKE2b-256 | a80170e5a1969f56cd0e07eacb25cb411574ae2d632b69ed8d7d3ce33eb0e8e9 |