# 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 subprojects so I'm able to reuse a maximum of scaffolding. ## Projects - [Datalog](projects/datalog) and the matching [shell](projects/datalog-shell) - [YAML Schema](projects/yamlschema) (JSON schema with knowledge of PyYAML's syntax structure & nice errors) - [Zapp! (now with a new home and releases)](https://github.com/arrdem/rules_zapp) - [Cram (now with a new home)](https://github.com/arrdem/cram) - [Flowmetal](projects/flowmetal) - [Lilith](projects/lilith) ## Hacking (Ubuntu) See [HACKING.md](HACKING.md) ## License All work in this repo unless otherwise noted is copyright © Reid D. McKenzie 2023 or the last commit date whichever is newer and published under the terms of the Anti-Capitalist Software License v1.4 or at your option later. See https://anticapitalist.software/ or the `LICENSE` file. Commercial licensing negotiable upon request.