{"library":"soundex","title":"Soundex","type":"library","description":"Soundex algorithm implementation for English and Indian languages. Version 1.1.3. Stable, low release cadence.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install soundex"],"cli":null},"imports":["from soundex import Soundex"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/Project-SILPA/soundex","docs":null,"changelog":null,"pypi":"https://pypi.org/project/soundex/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from soundex import Soundex\ns = Soundex()\nprint(s.soundex('Washington'))  # Output: W252\nprint(s.soundex('Deus'))        # Output: D200","lang":"python","description":"Create a Soundex instance and call soundex() on a word.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}