diff --git a/README.md b/README.md index 5281c0a..c063268 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Template Features + +- UV for Python dependency management +- MyPy for static type checking +- Ruff for linting and formatting +- Bazel monorepo for cached Python apps and packages builds and tests +- MyPyC for compiling Python code to C for improved performance +- GIL-free Python code for better concurrency +- PyTest for testing + # Install - Install Bazelisk: https://github.com/bazelbuild/bazelisk?tab=readme-ov-file#installation diff --git a/TODO.md b/TODO.md index b83cf87..d1f3cbc 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,5 @@ +- [ ] Add React + Vite + PNPM FE monorepo infra + - [ ] Add Bazel support - [ ] Add Sentry - [ ] Add Vulture dead code analysis - [ ] Add Autofix CI \ No newline at end of file