First step towards a nice Python package, via the [PR](https://github.com/SimpleITK/SimpleITKSpellChecking/pull/7) from @blowekamp. Complete the process and create the directory structure which is commonly used for Python packages, see [packaging tutorial](https://github.com/SimpleITK/SimpleITKSpellChecking/blob/cd73a026dc093e60b66aa6862ef651acdd30e4a8/utils/myspell.py#L26). Also, add testing and a bit of cleanup (e.g. [here](https://github.com/SimpleITK/SimpleITKSpellChecking/blob/cd73a026dc093e60b66aa6862ef651acdd30e4a8/utils/myspell.py#L25-L26)).