wdu / pywt

Python bindings for Wt
Other
6 stars 4 forks source link

pywt

Python bindings for WtPyWt consists of:

Since a few functions are missing from clang, PyWt uses a modified version of clang to generate the introspection tool.

Steps to build:

  1. build llvm and a patched clang https://github.com/wdu/clang
  2. build and run the python-dump tool on wt.cc (add -I for Wt and boost)
  3. run descr-cleanup.sh
  4. run pywt-gen.sh
  5. mkdir build; cd build; cmake ..; make

Running the examples:

State of the PyWt bindings: The state of the current project is alpha. It is work-in-progress, and is released in order to obtain feedback on the API, architecture, and performance. Any comments or patches are welcomed and appreciated. The Wt fora are the appropriate place to discuss PyWt.

See LICENSE file for license information.