Directory BINDINGS/PYTHON/

Directory Created:
2012-08-15 14:40
Total Files:
4
Deleted Files:
0
Lines of Code:
147

[root]/BINDINGS/PYTHON

Lines of Code

BINDINGS/PYTHON/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
epruesse 4 (100.0%) 147 (100.0%) 36.7

Most Recent Commits

epruesse 2012-08-15 14:40 Rev.: 8848

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.

147 lines of code changed in 4 files:

  • BINDINGS/PYTHON: ARB.i (new 55), Makefile (new 9), setup.py (new 24), test.py (new 59)
Generated by StatSVN 0.7.0