Soundex Python Library
Project description
py4Soundex
Soundex Python Library
Getting Started
This project is simply implementation of Soundex algorithm in python programming language.
Prerequisites
This Project Has No Prerequisites
Installing
The easiest way to install py4Soundex is using pip
pip install py4Soundex
Usage
It's only a function named Soundex. It takes string as argument and return soundex code
from py4Soundex.code import Soundex
print(Soundex('Smith'))
print(Soundex('Smyth'))
# Both Yield Same Code
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py4Soundex-0.0.1.tar.gz
(1.7 kB
view details)
Built Distribution
File details
Details for the file py4Soundex-0.0.1.tar.gz
.
File metadata
- Download URL: py4Soundex-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 012141994b18513161370ccb33f78687c813edf4b8df9b2b3266ea1c685868ec |
|
MD5 | fe047584c3f1eb2006e8e0823452b249 |
|
BLAKE2b-256 | 4080999954759374f086a02a3cfeba38de84692d29981f099ee755547baec7eb |
File details
Details for the file py4Soundex-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: py4Soundex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55d223cb6a3c793c488f0f7f246cd2804c4ec2cfd664f32a7a45a5ab6cf230a5 |
|
MD5 | 92139837605044257c87a9129c17f904 |
|
BLAKE2b-256 | 0cc5338e22a2ba967b4724ee163f84cc3371bf6ff274265df372bfe693fce84b |