When we install the package, either from the name in pipy repository or from the github repo, three implemented metrics are not available for usage.
The following snippet is missing from the strsimpy/init.py:
from .jaro_winkler import JaroWinkler
from .longest_common_subsequence import LongestCommonSubsequence
from .overlap_coefficient import OverlapCoefficient