Installation

Prophy requires Python 2.7 or Python 3.4 (or newer). You can install it via PyPI:

pip install prophy

If you need sack mode in Prophy Compiler, you also need:

  • libclang, at least 3.4
  • Python libclang adapter with corresponding version

In order to compile C++ codecs and dependent code, you’ll need to deploy in your distribution or build system directory with C++ prophy header-only library:

prophy_cpp/include/prophy

so that includes in generated code are found by compiler:

#include <prophy/prophy.hpp>

Project is hosted on github.