{"library":"pyphonetics","title":"Pyphonetics","description":"A Python 3 library for phonetic encoding algorithms including Soundex, Metaphone, Double Metaphone, and others. Current version is 0.5.3, with infrequent releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyphonetics"],"cli":null},"imports":["from pyphonetics import Soundex","from pyphonetics import Metaphone","from pyphonetics import DoubleMetaphone","from pyphonetics import FuzzySoundex"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyphonetics import Soundex\nsoundex = Soundex()\nprint(soundex.phonetics('example'))","lang":"python","description":"Encode a word using Soundex phonetic algorithm.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}