serious_python_android 0.7.0 serious_python_android: ^0.7.0 copied to clipboard
Android implementation of the serious_python plugin
0.7.0 #
runPython()
method to support running Python script.- Updated
flet_example
to catch program output and errors,sys.exit()
support. package
command to read dependencies frompyproject.toml
.
0.6.1 #
--exclude
option forpackage
command - to exclude directories and files from Python app package.- Re-create temp Python distributive directory on every run of
package
command.
0.6.0 #
--verbose
flag - verbose output.--mobile
flag - (removes.so
) from app dest archive.--web
flag for packaging for pyodide.--find-links
option for installing pip dependencies from alternative sources (indexes).--dep-mappings
for rewritingflet
dependency to eitherflet-embed
orflet-pyodide
.--req-deps
for adding required dependencies likeflet-embed
orflet-pyodide
.--platform
option for use withsitecustomize.py
to tweak pip to pull platform-specific packages.- More structured regular output.
- Bump deps versions.
0.5.1 #
- Simplified Python initialization on Android.
0.5.0 #
- Python 3.11.6.
0.4.1 #
- Bumping version after fixing pubspec.yaml.
0.4.0 #
- macOS, Windows and Linux support.
0.3.0 #
Initial version.