This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Bazel python shell

Python shell allowing you to run shell commands in python environment

1 - Bazel targets

NameInfo
binary
locationpy/bazel-python-shell/BUILD.bazel:33:10
name//py/bazel-python-shell:binary
ruleClasspy_binary
visibility
  • //visibility:public
black-fix
locationpy/bazel-python-shell/BUILD.bazel:23:15
name//py/bazel-python-shell:black-fix
ruleClassnative_binary
visibility
  • //visibility:private
black-test
locationpy/bazel-python-shell/BUILD.bazel:23:15
name//py/bazel-python-shell:black-test
ruleClassnative_test
visibility
  • //visibility:private
changelog
locationpy/bazel-python-shell/BUILD.bazel:13:17
name//py/bazel-python-shell:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationpy/bazel-python-shell/BUILD.bazel:13:17
name//py/bazel-python-shell:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //py/bazel-python-shell:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationpy/bazel-python-shell/BUILD.bazel:13:17
name//py/bazel-python-shell:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //py/bazel-python-shell:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationpy/bazel-python-shell/BUILD.bazel:13:17
name//py/bazel-python-shell:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationpy/bazel-python-shell/BUILD.bazel:13:17
name//py/bazel-python-shell:changelog.template
ruleClass_write_file
ruleOutput
  • //py/bazel-python-shell:changelog.template.md
visibility
  • //visibility:private
flake8-test
locationpy/bazel-python-shell/BUILD.bazel:23:15
name//py/bazel-python-shell:flake8-test
ruleClassnative_test
visibility
  • //visibility:private
isort-fix
locationpy/bazel-python-shell/BUILD.bazel:23:15
name//py/bazel-python-shell:isort-fix
ruleClassnative_binary
visibility
  • //visibility:private
isort-test
locationpy/bazel-python-shell/BUILD.bazel:23:15
name//py/bazel-python-shell:isort-test
ruleClassnative_test
visibility
  • //visibility:private
library
locationpy/bazel-python-shell/BUILD.bazel:27:11
name//py/bazel-python-shell:library
ruleClasspy_library
visibility
  • //visibility:public
mypy-test
locationpy/bazel-python-shell/BUILD.bazel:23:15
name//py/bazel-python-shell:mypy-test
ruleClassnative_test
visibility
  • //visibility:private
readme
locationpy/bazel-python-shell/BUILD.bazel:8:10
name//py/bazel-python-shell:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationpy/bazel-python-shell/BUILD.bazel:8:10
name//py/bazel-python-shell:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationpy/bazel-python-shell/BUILD.bazel:8:10
name//py/bazel-python-shell:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public
src
locationpy/bazel-python-shell/BUILD.bazel:18:10
name//py/bazel-python-shell:src
ruleClassfilegroup
visibility
  • //visibility:private

2 - Changelog

  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Move py rules to bzl/rules/py (dcb491)
  • Add changelog for all packages (a6ebf9)
  • Setup gazelle for python (c8ccdd)
  • Add bzl_target_doc (c5636e)
  • Add al_vial_submissions macro, update titles and descriptions (79c826)
  • Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
  • Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
  • Move all public bzl API into separate files (732d37)
  • Rename starlark/bazel to bzl (56be34)
  • Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)