fwrap icon indicating copy to clipboard operation
fwrap copied to clipboard

Is this appropriate for projects with multiple modules which depend on each other?

Open guziy opened this issue 3 years ago • 0 comments

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

guziy avatar Sep 08 '21 01:09 guziy