Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 714 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 714 Bytes

Python Bazel Example

  • Bazel example with flask and pandas and pytest.
  • Flask auto reloading enabled for development.

Install Bazel

If you don't have Bazel in your computer, you can install it from here.

Run

git clone https://github.com/alwaysprep/bazel-flask-example.git
cd bazel-flask-example
bazel run //src/python/ws:wsgi   

Test

bazel test //test/python/ws:entire

Contributing

  1. If you have any suggestions feel free to file an issue.
  2. Pull requests are very welcome, but consider creating an issue first, so we can discuss and decide together.