Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 5 (100.0%) | 1065 (100.0%) | 213.0 |
epruesse | 4 (80.0%) | 1028 (96.5%) | 257.0 |
westram | 1 (20.0%) | 37 (3.5%) | 37.0 |
* eliminate trailing whitespace from Makefiles.
37 lines of code changed in 1 file:
Added Python bindings using SWIG
Build and clean targets are "bindings" and "bindings_clean"; they
are not added to all and clean yet. The "test.py" shows a bit of
the python usage of the interface. You need to have swig installed,
of course.
The bindings are not build from arb_prot.h like the perl bindings.
Rather, ARB.i defines the exported functions. This is to make the
interface smaller and have an avenue of keeping it stable in case
the library interface needs to be changed. It also cuts down on
compile time a lot.
The idea is to eventually build the perl bindings with SWIG as well.
I haven't figured out how to provide the BIO:: module with the
ARB module yet, though, which would be required for backwards
compatability with pre-existing amc scripts.
1028 lines of code changed in 4 files: