Skip to content

Commit c019a4d

Browse files
committed
update README
1 parent 9ae6ae9 commit c019a4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
**Turn Fortran into natural Python APIs.**
44

5-
PRIK is a Fortran-to-Python binding generator that creates clean,
6-
importable native extensions without requiring you to write low-level
7-
binding code.
5+
PRIK is a **Fortran-to-Python binding generator** that creates clean,
6+
importable native extensions without writing low-level binding code.
7+
It is designed to produce a more natural Python API than traditional tools.
88

99
It preserves Fortran modules, derived types, arrays, callbacks, and native
1010
behavior while generating an editable `.pyi` contract that lets you shape

0 commit comments

Comments
 (0)