hammer/src/bindings/python
2013-11-28 21:07:35 -08:00
..
hammer_tests.py Merge branch 'python-bindings' of https://github.com/abiggerhammer/hammer into python-bindings 2013-11-26 11:35:55 -08:00
README.md tidying and a README about this part of the build 2013-11-26 20:00:55 -08:00
SConscript python bindings install target works. libhammer.so must be on LD_LIBRARY_PATH. 2013-11-26 19:54:09 -08:00
setup.py tidying and a README about this part of the build 2013-11-26 20:00:55 -08:00

The distutils script in this directory is meant to be invoked from scons. It will work if you build it here (python setup.py build_ext, optionally --inplace as scons invokes it), but we haven't done much testing of it outside the build system and don't really intend to. YHBW.