PyRoe

PyRoe project is a "static partial linker" for small helper Python libraries.
Download

PyRoe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Grzegorz Jakacki
  • Publisher web site:

PyRoe Tags


PyRoe Description

PyRoe project is a "static partial linker" for small helper Python libraries. PyRoe project is a "static partial linker" for small helper Python libraries.PyRoe links a Python script with its helper libraries into self-contained Python executable (PyRoe capsule).Pyroe HOWTOAssume that your main module is called frob.py and that it uses libraries libfoo.py and libbar.py (directly or indirectly). To pyroize your program, follow these steps (see Figure above for enlightenment): Create the file Manifest.pyroe containing these three lines: frob.pylibfoo.pylibbar.pyand put it in a directory together with your source files. Run pyroe After pyroe is done, you will find the file frob in the working directory. The file frob is executable, the invocation ./frob ARGS...is equivalent to python frob.py ARGS...but to run frob you no longer need libfoo.py or libbar.foo lying around. Pyroe runtime library hidden inside of frob hijacks some command-line options starting with '--pyroe-'; in particular frob --pyroe-unpackwill unpack the content of the capsule back to individual files. For more information see pyroe --helpThe name of PyRoe capsule is always derived from the name of the first file in the Manifest.pyroe.


PyRoe Related Software