Packaging a `fpm` project with Python bindings, a little guide and insights from our experience

I’m giving this a go - I’ll post a link to it when there’s actually something to it - but I’m highly encouraged so far.

Key things to keep in mind thus far:

  • f2py lower cases everything
  • f2py ‘promotes’ subroutines to functions if they are simple

Thanks!