A tool for executing ANY command in a set of tagged directories.


License
Other
Install
pip install pymr==1.1.2

Documentation

pymr: [Py]thon [m]utli-[r]epository Tool

PyMR is a python command-line tool used to execute arbitrary commands on a set of tagged directories.

Features

  • Configuration is stored in the registered directory (allows for version-controlled configuration)
  • Any arbitrary command can be run, no ties to version-control specific commands.

Where is PyMR

PyMR source is available on Github and is released to PyPI.

Installation

From pypi: pip install pymr

From source:

  • python setup.py install

Command Help

For help run:

  • pymr --help
  • pymr register --help
  • pymr run --help

Ports

Pymr has been ported to ruby as rumr and go as gomr.