The Ogre Toolkit is an API for working with OpenGeoMetadata repositories.
See the documentation at https://mitlibraries.github.io/ogre-toolkit/
Clone the repository:
$ git clone https://github.com/MITLibraries/ogre-toolkit.git
Install it with:
$ python setup.py install
Clone the repository:
$ git clone https://github.com/MITLibraries/ogre-toolkit.git
Install dependencies:
$ pip install -r requirements.txt
Run the tests:
$ pip install tox $ tox