Chaquopy version 1.3.0

Posted on

This version focuses on improving Python standard library functionality:

  • The following things now return reasonable values: sys.argvsys.executable, and platform.platform().
  • The following modules now work correctly: sqlite3, ssl (#23), and tempfile. (Requires python.version to be 2.7.14 or 3.6.3.)
  • sys.stdout and sys.stderr are now directed to the Android logcat.

It also adds the following feature:

  • extractPackages allows code which uses __file__ to work unchanged. It is used by default for certifi.