sweetPy first release, featuring a set of basic capabilities, including:
- Exporting user types.
- Exporting Enums.
- 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.
- Functions:
- Overloading is supported with explicit cast.
- Reference types:
- Invocation upon reference types.
- Accessing reference types members.
- Invocation of global functions.
- Exporting global variables.
- Seamless transition between python builtin types into your C++ code.
- Seamless transition between C++ POD types and user defined types into python.
current version only supports a linux based platform.