New Features:
- Fully refactored core relied on the kdlibcpp
- Full unicode support: all functions and methods get and return unicode strings
- Float point support
- Removed some excess classes and functions
New command syntax:
Run console in global environment:!py
Run console in local environment:
!py -l
Run script in global environment:
!py -g script_name
Run script in local environment:
!py script_name