https://github.com/yuricst/pytran
Python helpers for fortran
https://github.com/yuricst/pytran
Last synced: about 1 year ago
JSON representation
Python helpers for fortran
- Host: GitHub
- URL: https://github.com/yuricst/pytran
- Owner: Yuricst
- Created: 2021-06-26T00:49:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T01:34:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T20:39:13.505Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pytran
Python helpers for fortran
### Generating template fortran module
For generating a template fortran module, run
```python
from pytran import template_module
template_module()
```