Extracted snapshot testing lib for LocalStack.
This project is in a very early stage and will be both restructured and renamed.
to install the python and other developer requirements into a venv run:
make install
We use black and isort as code style tools. To execute them, run:
make format
To build a wheel and source distribution, simply run
make dist