Added
- Basic testing.
- Travis CI support.
- Coveralls support.
- `black` formatting.
- `isort` formatting.
- MANIFEST.in and other `setup.py` related files.
- Cute badges in `README.md`.
Changed
- Changed basic script into basic distributable Python package.
- Changed `os.path` usage to `Path`.
- Replaced `format()` with f-strings.
- Separated License from README