Changes
- using poetry in place of setup.py.
Added
- [Docs](https://gns-science.github.io/nshm-toshi-client) in /docs are published (mkdocs)
- CHANGELOG.md and version management using `poetry run bump2version major|minor|patch`
- CONTRIBUTING.md
- testing pytest
- coverage via pytest-cov
- linting with flake8 (although very limited right now)
- formatting with black
- GH workflows:
- test matrix in tox covering [Windows, Posix, Macos] * [py38 ,py3.9]
- publish coverage
- publish package to test.pypi.org and pypi.org