Hi all,
Small update for my fellow Linux-using OpenPCR owners out there. I've
improved OpenPyCR, which was showing signs of being a forgotten
beginner's project.
If you're interested, you can find the new code here:
https://gitorious.org/openpycr/openpycr
At some point soon I'll rework it into a module suitable for
installation using pip. For now, download to a folder and run from
within that folder, I'm afraid.
Features:
- Still doesn't require Adobe Air. :)
- No longer requires NCC binaries on Linux. As binaries are no longer
included, it's only useful for writing programs to devices on lesser
platforms. Monitoring and logging only works correctly on Linux, now.
- Uses a new PCR Program specification format; see readme for details.
Far more readable and writable than raw YAML as previously required!
- Uses argparse rather than the horrid hodgepodge of nested ifs it had
been using. This means typing "./openpycr.py --help" prints pretty
usage information, and the code is more consistent and extendable.
Enjoy! At some point I plan to cook up a really dump Tcl/Tk or Webapp
GUI to make this easier to use for non-terminally-oriented folk. For
now, it's terminal only.
best,
Cathal