Your short description here.
$ pip install proto-compile
import proto_compile
You can run tests with
$ invoke test
$ invoke type-check # Run mypy type checks
Lint and format the code with
$ invoke format
$ invoke lint
All of this happens when you run invoke pre-commit
.
This project is still in the alpha stage and should not be considered production ready.