Search code examples
python-3.xandroid-studiodifflibchaquopysequencematcher

Does SequenceMatcher is supported by chaquopy


does chaquopy support

from difflib import SequenceMatcher

or pip will be install first and what pip will be used to use the SequenceMatcher


Solution

  • difflib is part of the standard library, so there's no need to install it with pip.