- Bazel example with flask and pandas and pytest.
- Flask auto reloading enabled for development.
If you don't have Bazel in your computer, you can install it from here.
git clone https://github.com/alwaysprep/bazel-flask-example.git
cd bazel-flask-example
bazel run //src/python/ws:wsgi
bazel test //test/python/ws:entire
- If you have any suggestions feel free to file an issue.
- Pull requests are very welcome, but consider creating an issue first, so we can discuss and decide together.