Skip to content

IvanAtanasov89/bazel-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazel Python

Experimenting using bazel to build a python project.

Sort of works.

brew install bazel
bazel build boom
bazel run boom

Limitations

  • Libraries pulled in from pip are not indexed for auto complete in Intellij
  • Will it deal with non pure python packages?

IntelliJ

  • Install Python plugin
  • Install Bazel plugin
  • Import Bazel project selecting root dir as workspace
  • Select the myview.bazelproject file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages