dartpy 0.0.5 dartpy: ^0.0.5 copied to clipboard
A library for using dart with python via python's C API
0.0.5 #
- String conversion fixes (used to convert to
bytes
object which is not the same asstr
)
0.0.4 #
- Update for python 3.12
0.0.3 #
- More robust discovery of python dynamic library location
0.0.2 #
- Update for dart 3.0.0
0.0.1+4 #
- Add windows path, thanks @b14cknc0d3
0.0.1+3 #
- Update Readme
0.0.1 #
- Initial version, basics working on Python3.8