User Documentation¶
PRIK is the Python Runtime Interop Kit. Use these pages to install PRIK, verify your environment, build your first Fortran wrappers, and understand the supported behavior of generated Python extensions.
Start Here¶
Getting Started covers installation, environment verification, the first standalone wrapper, the first module wrapper, and the beginner edit-build-test loop. The User Guide covers supported Fortran wrapper features, runtime behavior, packaging, and distribution. Performance presents the reproducible PRIK and f2py comparison.