whoswho icon indicating copy to clipboard operation
whoswho copied to clipboard

Name comparison in python

Results 1 whoswho issues
Sort by recently updated
recently updated
newest added

Can this package match people with two last names? ``` > from whoswho import who > who.match("nestor castaneda", "nestor castaneda angarita") > False ``` But I want it to be...