serious_python 0.1.3 serious_python: ^0.1.3 copied to clipboard
A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
0.1.3 #
- Add app's path to
PYTHONPATH
. - Compile Python app to a bytecode.
- Compile Python system standard libraries to a bytecode.
0.1.2 #
- Package dist
site-packages
to a zip, so publishing to App Store doesn't fail.
0.1.1 #
- Fixed issue with setting current directory on Python start.
- Added
--pre
flag toserious_python:main
CLI. - Added Flet example.
- Hid internal implementation behind
src
dir.
0.1.0 #
- Initial release of
serious_python
with iOS support.