Skip to content

alwaysprep/bazel-flask-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.