-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Some functionality is extremly common when using python, especially from bazel.
For example:
- finding the git root
- finding the bazel root module
- finding the current working directory
Those tasks are not as trivial as they sound, as python behaves differently when invoked via:
- bazel run
- bazel build
- bazel test
- bazel-bin/your_binary
Here is a first draft of such a library https://github.com/eclipse-score/tooling/tree/alex-py-lib/python_basics/python_lib
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Draft