You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mepo is a tool, written in Python3, to manage (m)ultiple git r(epo)sitories, by attempting to create an illusion of a 'single repository' for multi-repository projects. Please see the Wiki for examples of mepo workflows.
Installation
Using pip
To install mepo using pip, run the following command:
pip install mepo
Using uv
uv install
You can install mepo using the uv package manager. To do so, run the following command:
uv install mepo
uvx
If you'd like to run mepo without installing it, you can use uvx to run it directly:
uvx mepo
Homebrew
Using Homebrew, you can install mepo by installing from the gmao-si-team tap:
brew install gmao-si-team/packages/mepo
This is equivalent to running:
brew tap gmao-si-team/packages
brew install mepo
Spack
Mepo is also available via spack as a package. To install mepo using spack, run the following command:
spack install mepo
Transitioning from mepo v1.x to v2.x
If you try to use mepo v2.x within a mepo v1.x repository, you will get an warning message:
Detected mepo1 style state
Run <mepo update-state> to permanently convert to mepo2 style
To update your repository to work with mepo v2.x, you can run the following command:
mepo update-state
and it will convert the repository from mepo v1 pickle-state to mepo v2 json-state.
Commands
For more about the possible mepo commands, please see the Mepo Commands wiki page.
Presentation
The SI Team has made a PowerPoint about mepo that can be found here.