Skip to content

ajonnavi/rules_python_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rules Python Playground

Vendored Python or not

To use/not use Python being supplied by Bazel, simply comment out(or leave alone) the interpreter portions in the WORKSPACE file.

Requirements Lock

The requirements lock file can be generated using the Python utility pip-compile. This is part of the pip-tools package.

Simply run - pip-compile -o requirements-lock.txt requirements.txt --generate-hashes

About

A repository playground for testing rules_python bazel rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors