Installation:
untar the file:
tar -xvzf postp-0.2.0.tar.gz
change to the extracted directory:
cd /postp-0.2.0
install by typing this:
sudo python setup.py install --prefix=/usr/local
This package is part of a broader project to create an open-
source cam program. It converts a type of file known
as a "CL" file or "Cutter Location" file into a file to control
a particular machine-tool/controller combination.
It must necessarily have a CL file generated from some other program,
like Apt or some other cam system. It was made independent of the
project to create apt360 (my related project) because of the desire
to have it capable of working with other possible future cam systems.
Read the info in the doc directory for more details.