You should be ashamed of yourself as a developer by using google sheets through the browser. Use the power of GSQL to use gsheets like never before!
Coming soon ...
This project uses black to format code and flake8 for linting. We also support pre-commit to ensure
these have been run. To configure your local environment please install these development dependencies and set up
the commit hooks.
$ pip install black flake8 pre-commit
$ pre-commit install
Install further dependencies using
$ pip install requirements.txt
Before making a pull request
$ pre-commit run --all-files
$ pytest
All tests should pass
Any change in the version is done through git
$ git tag 1.0.1