Skip to content

Releases: dulikvor/sweetPy

sweetPy 1.0

19 Jul 05:36
498b347
Compare
Choose a tag to compare

sweetPy first release, featuring a set of basic capabilities, including:

  1. Exporting user types.
  2. Exporting Enums.
  3. User types supports:
  • User defined constructor.
  • User defined destructor.
  • Invocation of an overridden function from python side.
  • Member functions.
  • Overloaded Member functions are supported, must have unique name.
  • Members - both const and not (for read and write permission).
  • static member functions.
  1. Functions:
  • Overloading is supported with explicit cast.
  1. Reference types:
  • Invocation upon reference types.
  • Accessing reference types members.
  1. Invocation of global functions.
  2. Exporting global variables.
  3. Seamless transition between python builtin types into your C++ code.
  4. Seamless transition between C++ POD types and user defined types into python.

current version only supports a linux based platform.