fwrap
fwrap copied to clipboard
Is this appropriate for projects with multiple modules which depend on each other?
Hi:
I would like to wrap some code that uses derived types into python and was wondering if fwrap works for modules with dependencies, the dependencies are included in the project? Like for example, I have a module A which depends on modules B and C and I would like to expose some functions from module A? I guess with ctypes everything will be in a single .so...
Thanks