8000 rules_python/proposals at unreviewed/philsc/no-pythonpath · philsc/rules_python · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"path":"proposals","repo":{"id":536770865,"defaultBranch":"main","name":"rules_python","ownerLogin":"philsc","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-09-14T21:51:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1161442?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"unreviewed/philsc/no-pythonpath","listCacheKey":"v0:1747633616.0","canEdit":false,"refType":"branch","currentOid":"b1e649ae00c3640ad199d03a5c03061057a4e887"},"tree":{"items":[{"name":"2018-10-25-selecting-between-python-2-and-3.md","path":"proposals/2018-10-25-selecting-between-python-2-and-3.md","contentType":"file"},{"name":"2018-11-08-customizing-the-python-stub-template.md","path":"proposals/2018-11-08-customizing-the-python-stub-template.md","contentType":"file"},{"name":"2019-02-12-design-for-a-python-toolchain.md","path":"proposals/2019-02-12-design-for-a-python-toolchain.md","contentType":"file"},{"name":"README.md","path":"proposals/README.md","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README.md","richText":"\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003ePython Rules Proposals\u003c/h1\u003e\u003ca id=\"user-content-python-rules-proposals\" class=\"anchor\" aria-label=\"Permalink: Python Rules Proposals\" href=\"#python-rules-proposals\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eThis is an index of all design documents and proposals for Python rules, both in native code (the Bazel binary) and in Starlark (the rules_python repository). Some of these proposals are also hosted in this directory.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eProposals that impact native code are also indexed by \u003ca href=\"https://github.com/bazelbuild/proposals\"\u003ebazelbuild/proposals\u003c/a\u003e, and subject to the \u003ca href=\"https://bazel.build/designs/index.html\" rel=\"nofollow\"\u003eBazel design process\u003c/a\u003e.\u003c/p\u003e\n\u003cmarkdown-accessiblity-table\u003e\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eLast updated\u003c/th\u003e\n\u003cth\u003eStatus\u003c/th\u003e\n\u003cth\u003eTitle\u003c/th\u003e\n\u003cth\u003eAuthor(s)\u003c/th\u003e\n\u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e2019-02-21\u003c/td\u003e\n\u003ctd\u003eAccepted\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://github.com/bazelbuild/rules_python/blob/master/proposals/2019-02-12-design-for-a-python-toolchain.md\"\u003eDesign for a Python Toolchain\u003c/a\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://github.com/brandjon\"\u003ebrandjon@\u003c/a\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2018-11-09\u003c/td\u003e\n\u003ctd\u003eDraft\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://github.com/bazelbuild/rules_python/blob/master/proposals/2018-11-08-customizing-the-python-stub-template.md\"\u003eCustomizing the Python Stub Template\u003c/a\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://github.com/brandjon\"\u003ebrandjon@\u003c/a\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2019-01-11\u003c/td\u003e\n\u003ctd\u003eAccepted\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://github.com/bazelbuild/rules_python/blob/master/proposals/2018-10-25-selecting-between-python-2-and-3.md\"\u003eSelecting Between Python 2 and 3\u003c/a\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://github.com/brandjon\"\u003ebrandjon@\u003c/a\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\u003c/markdown-accessiblity-table\u003e\n\u003c/article\u003e","errorMessage":null,"headerInfo":{"toc":[{"level":1,"text":"Python Rules Proposals","anchor":"python-rules-proposals","htmlText":"Python Rules Proposals"}],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fphilsc%2Frules_python%2Ftree%2Funreviewed%2Fphilsc%2Fno-pythonpath%2Fproposals"}},"totalCount":4,"showBranchInfobar":true},"fileTree":{"":{"items":[{"name":".bazelci","path":".bazelci","contentType":"directory"},{"name":".bcr","path":".bcr","contentType":"directory"},{"name":".ci","path":".ci","contentType":"directory"},{"name":".github","path":".github","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"examples","path":"examples","contentType":"directory"},{"name":"gazelle","path":"gazelle","contentType":"directory"},{"name":"proposals","path":"proposals","contentType":"directory"},{"name":"python","path":"python","contentType":"directory"},{"name":"sphinxdocs","path":"sphinxdocs","contentType":"directory"},{"name":"tests","path":"tests","contentType":"directory"},{"name":"third_party","path":"third_party","contentType":"directory"},{"name":"tools","path":"tools","contentType":"directory"},{"name":".bazelignore","path":".bazelignore","contentType":"file"},{"name":".bazelrc","path":".bazelrc","contentType":"file"},{"name":".bazelversion","path":".bazelversion","contentType":"file"},{"name":".git-blame-ignore-revs","path":".git-blame-ignore-revs","contentType":"file"},{"name":".gitattributes","path":".gitattributes","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".pre-commit-config.yaml","path":".pre-commit-config.yaml","contentType":"file"},{"name":".readthedocs.yml","path":".readthedocs.yml","contentType":"file"},{"name":"AUTHORS","path":"AUTHORS","contentType":"file"},{"name":"BUILD.bazel","path":"BUILD.bazel","contentType":"file"},{"name":"BZLMOD_SUPPORT.md","path":"BZLMOD_SUPPORT.md","contentType":"file"},{"name":"CHANGELOG.md","path":"CHANGELOG.md","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"CONTRIBUTORS","path":"CONTRIBUTORS","contentType":"file"},{"name":"DEVELOPING.md","path":"DEVELOPING.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"MODULE.bazel","path":"MODULE.bazel","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"WORKSPACE","path":"WORKSPACE","contentType":"file"},{"name":"addlicense.sh","path":"addlicense.sh","contentType":"file"},{"name":"internal_deps.bzl","path":"internal_deps.bzl","contentType":"file"},{"name":"internal_setup.bzl","path":"internal_setup.bzl","contentType":"file"},{"name":"renovate.json","path":"renovate.json","contentType":"file"},{"name":"version.bzl","path":"version.bzl","contentType":"file"}],"totalCount":37}},"fileTreeProcessingTime":9.526359999999999,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/philsc/rules_python/branches":{"post":"l41gSJUK-L-8jq2_prhDazZnUyMjDTZ80iLQSZCN_iimdOxSn57pMPipFs5MUdmQ8Ed5hrAV7CVFTBzhIT76qg"},"/philsc/rules_python/branches/fetch_and_merge/unreviewed%2Fphilsc%2Fno-pythonpath":{"post":"KIZV-eWuweeNFgiVj4BYgB5hsEjSFuj_9qFcFJYUcYGEx-pGvo8tli3_LE0FbsR_TtbjCazq2mMQyRErjJgcWA"},"/philsc/rules_python/branches/fetch_and_merge/unreviewed%2Fphilsc%2Fno-pythonpath?discard_changes=true":{"post":"_-JRhXY7W8sNJ5NLQFTfSB3KVWSN8TFzJ0YHgD4X-XZTo-46LRq3uq3Ot5PKukO3TX0GJfMNA-_BLkq_JJuUrw"}}},"title":"rules_python/proposals at unreviewed/philsc/no-pythonpath · philsc/rules_python","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}
0