All of those files should be under:
/usr/lib/python2.7/dist-packages/ :
- _hal.arm-linux-gnueabihf.so
- hal.py
- hal.pyc
- hal_glib.py
- hal_glib.pyc
/usr/lib/:
- liblinuxcnchal.so.0
File for testing: test.py
Links of interest:
- http://linuxcnc.org/docs/html/config/python-interface.html
- https://www.linuxcnc.org/docs/2.4/html/hal_halmodule.html
- https://github.com/LinuxCNC/linuxcnc/blob/master/lib/python/hal.py
- http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Using_HAL_In_Python
License GPL-2.0 (Same as LinuxCNC)