Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.39 KB

peyutil

Build Status

git_wrap_opentree

git_wrap_opentree is a package of basic utility functions for interacting with git used by the Open Tree of Life project. It is one of the packages that used to make up a part of peyotl. This package probably not of great use to external developers by itself, it is a prerequisite for the Open Tree of Life software.

pygit2 is doing most of the heavy lifting here. This package just provides terse methods for some git operations that Open Tree uses frequently.

Instructions

::

python3 -mvenv env
source env/bin/activate
pip install -r requirements.txt
python setup.py develop
python setup.py test

performs the basic installation and test.

Thanks

Thanks to NSF and HITS for funding support.

git_wrap_opentree is primarily written by Mark Holder, and Emily Jane McTavish but see the CONTRIBUTORS file for a more complete list of people who have contributed code.