• Home
Name Date Size #Lines LOC

..--

2018-10-25-selecting-between-python-2-and-3.mdD06-Sep-202415.3 KiB13778

2018-11-08-customizing-the-python-stub-template.mdD06-Sep-20244.1 KiB4830

2019-02-12-design-for-a-python-toolchain.mdD06-Sep-202418 KiB248160

README.mdD06-Sep-20241.2 KiB128

README.md

1# Python Rules Proposals
2
3This 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.
4
5Proposals that impact native code are also indexed by [bazelbuild/proposals](https://github.com/bazelbuild/proposals), and subject to the [Bazel design process](https://bazel.build/designs/index.html).
6
7Last updated | Status        | Title | Author(s)
8------------ | ------------- | ------| ---------
92019-02-21   | Accepted      | [Design for a Python Toolchain](https://github.com/bazelbuild/rules_python/blob/master/proposals/2019-02-12-design-for-a-python-toolchain.md) | [brandjon@](https://github.com/brandjon)
102018-11-09   | Draft         | [Customizing the Python Stub Template](https://github.com/bazelbuild/rules_python/blob/master/proposals/2018-11-08-customizing-the-python-stub-template.md) | [brandjon@](https://github.com/brandjon)
112019-01-11   | Accepted      | [Selecting Between Python 2 and 3](https://github.com/bazelbuild/rules_python/blob/master/proposals/2018-10-25-selecting-between-python-2-and-3.md) | [brandjon@](https://github.com/brandjon)
12