No description
Find a file
Reid D McKenzie a6d15bfc83
Initial zapp state (#1)
This commit implements zapp! and rules_zapp, as a proof of concept of
lighter-weight easily hacked on self-extracting zipapps. Think Pex or
Shiv but with less behavior and more user control. Or at least
hackability.
2021-08-08 00:16:37 -06:00
projects Initial zapp state (#1) 2021-08-08 00:16:37 -06:00
tools Use clean, not just sort 2021-08-04 00:21:41 -06:00
.editorconfig 4spc for buildfiles 2021-08-03 19:29:18 -06:00
.gitignore Ignore hypothesis state caches 2021-08-03 19:04:32 -06:00
LICENSE Initial state 2021-04-08 00:37:51 -06:00
README.md Initial zapp state (#1) 2021-08-08 00:16:37 -06:00
setup.cfg Add a setup.cfg for python projects 2021-08-03 08:43:58 -06:00
WORKSPACE Bump the rules_python version 2021-08-03 20:25:15 -06:00

Reid's monorepo

I've found it inconvenient to develop lots of small Python modules. And so I'm going the other way; Bazel in a monorepo with several subprojects so I'm able to reuse a maximum of scaffolding.

Projects

License

Copyright Reid 'arrdem' McKenzie, 4/8/2021.

Unless labeled otherwise, the contents of this repository are distributed under the terms of the MIT license. See the included LICENSE file for more.