There was an error while loading. Please reload this page.
1 parent 9ae6ae9 commit c019a4dCopy full SHA for c019a4d
1 file changed
README.md
@@ -2,9 +2,9 @@
2
3
**Turn Fortran into natural Python APIs.**
4
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.
+PRIK is a **Fortran-to-Python binding generator** that creates clean,
+importable native extensions without writing low-level binding code.
+It is designed to produce a more natural Python API than traditional tools.
8
9
It preserves Fortran modules, derived types, arrays, callbacks, and native
10
behavior while generating an editable `.pyi` contract that lets you shape
0 commit comments