Skip to content

Latest commit

 

History

History
98 lines (51 loc) · 1.98 KB

File metadata and controls

98 lines (51 loc) · 1.98 KB

Implementation for the py_binary and py_test rules.

VirtualenvInfo

VirtualenvInfo(home)
Provider used to distinguish venvs from py rules.

FIELDS

Name Description
home Path of the virtualenv

py_venv

py_venv(kwargs)

PARAMETERS

Name Description Default Value
kwargs

-

none

py_venv_binary

py_venv_binary(kwargs)

PARAMETERS

Name Description Default Value
kwargs

-

none

py_venv_link

py_venv_link(venv_name, srcs, kwargs)

Build a Python virtual environment and produce a script to link it into the build directory.

PARAMETERS

Name Description Default Value
venv_name

-

None
srcs

-

[]
kwargs

-

none

py_venv_test

py_venv_test(kwargs)

PARAMETERS

Name Description Default Value
kwargs

-

none