* Fixes#768
* buildx build
* We need `setuptools_scm` to run `Makefile`
* Build `docker` container using `wheel`
* Download package distribution
* Adjust supported platforms
* Alpine only supports v6
* .
* May-be fix `lsb_release`
* Enable `multiarch` env for docker buildx
* Deprecate `DOCKER_IMAGE_TAG` which removes `write-scm-version.py` dependency. Also pass targetplatform as an argument to `container-buildx` make target
* Remove `setuptools_scm` dep for docker workflow step
* woof
* Match all target platforms to match `python-alpine` docker
* yamllint
* Use `yamllint disable rule:line-length` for `Dockerfile`
* Tag the container using `dist-version`
* Replace + with . for dev version tag
* Add `PROXYPY_CONTAINER_VERSION` step
* Invoke self-install via PEP517 in the CI
* Add tox envs for building dists via PEP 517
* Add linting dists via tox to GHA
* Upgrade `master` to `develop` in `setup.py`
* Simplify `python_requires` in `setup.py`
* Convert dynamic `setup.py` into static `setup.cfg`
* Move tests into individual modules too
* Ensure one test class per file
* Fix docker image after refactoring
* Add github actions workflow for building docker image
* Fix image name
* Setup python required for extracting proxy version
* Version will also require deps
No use mirrors
Enforce coverage3
Add coverage badge and use python -m to invoke coverage
Enforce pip3, remove SyntaxError reported line
Use develop branch for coverage status