README 497 B

123456789101112
  1. Shiboken is a fundamental piece on the Qt for Python project that
  2. serves two purposes:
  3. - Generator: Extract information from C or C++ headers and generate
  4. CPython code that allow to bring C or C++ projects to Python. This
  5. process uses a library called ApiExtractor which internally uses
  6. Clang.
  7. - Module: An utility Python module that exposed new Python types,
  8. functions to handle pointers, among other things, that is written in
  9. CPython and can be used independently of the generator.