create-workspace.py calls --check automatically before materializing a workspace, so an out-of-sync state will block workspace creation. Both scripts are single-file, stdlib-only, Python 3.9+.
This template provides a basic structure for a monorepo workspace with multiple Python projects. It uses the Nx Python Plugin to manage Python projects and provides a set of tools for development, ...