| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2007-10-13 | crotchet <> | [00ac98] |
| src | 2018-04-02 |
|
[6e4b96] renamed ptonly post because "ptonly" is a keywo... |
| .gitignore | 2015-01-30 |
|
[984b3a] added a simple testing framework. Not quite fun... |
| COPYING | 2005-08-28 | crotchet <> | [7baa60] initial import |
| ChangeLog | 2009-06-17 | crotchet <> | [1a9c1f] |
| INSTALL | 2005-08-28 | crotchet <> | [7baa60] initial import |
| MANIFEST | 2015-01-21 |
|
[d3229a] initial cleanup of some stale files after impor... |
| README | 2007-10-13 | crotchet <> | [00ac98] |
| postp | 2015-02-02 |
|
[64c0cc] added a testing framework with unittest. Cleane... |
| setup.py | 2015-01-21 |
|
[d3229a] initial cleanup of some stale files after impor... |
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.