Reid D McKenzie
a6d15bfc83
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.
18 lines
560 B
Markdown
18 lines
560 B
Markdown
# 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
|
|
|
|
- [Datalog](projects/datalog)
|
|
- [Flowmetal](projects/flowmetal)
|
|
- [YAML Schema](projects/yamlschema)
|
|
- [zapp](projects/zapp)
|
|
|
|
## 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.
|