A small collection of examples.
Background:
- The [build](https://github.com/pypa/build) library is the _reference implementation_ of a python build frontend by the [Python Packaging Authority](https://www.pypa.io/en/latest/) (the people who maintain `pip`, `setuptools`, `virtualenv`, etc.). Because it's a reference implementation, the project's readme has no shame in declaring itself "correct." If you want to make some code you wrote `pip install`-able, `build` is the simplest way to do so. We use it for that purpose in all our python projects. Despite describing itself as "correct," its master branch is often broken, in the sense of failing some test or another. These two things are not in conflict.
2023-12-17:
![[20231217-build.png]]
2023-12-17
![[20231217-cpython.png]]
2023-12-18
![[20231218-nix.png]]
2023-12-29
![[20231229-vim.png]]
2023-12-31
![[20231231-nim.png]]
2024-01-15
![[20240115-build.png]]
2024-01-15
![[20240115-cpython.png]]
2024-01-15
![[20240115-nix.png]]
2024-01-31
![[20240131-cpython.png]]
2024-02-28
![[20240228-openai.png]]
2024-07-03
![[20240703-build.png]]
2024-07-03
![[20240703-guidance.png]]
2024-07-03
![[20240703-nix.png]]
2024-07-03
![[20240703-pandas.png]]
2025-08-17
![[20250817-cpython.jpg|400]]
2025-08-17
![[20250817-pytorch.jpg|400]]
2025-08-19
![[20250819-cpython.jpg|400]]