An open API service indexing awesome lists of open source software.

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

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()
```