monorepo_support¶
Mono-repo support¶
protoprimer allows multiple projects under the same repo (multiple pyproject.toml files).
For example, each subdirectory of the ./src directory this repo itself contains related sub-projects:
protoprimer addresses running
pythoncode beforevenvis fully configuredmetaprimer contains extensions with code useful to run after
venvis fully configured...
This mono repo is roughly divided into:
hard: pre-
venvruntime is the scope ofprotoprimer(the main focus)easy: post-
venvruntime is the scope ofmetaprimer(useful but not essential)