Skip to content

thetechband/bazel-flask-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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.

About

Flask example for Bazel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.4%
  • Starlark 45.6%