- TODO:
- configure travis to test builds from wilkinsonlab
- change travis badge to show status of builds from wilkinsonlab
Python client to the FAIR Metrics Evaluator REST interface
TODO
Install via pip:
pip install git+https://github.com/wilkinsonlab/FAIR_Evaluator_Client.git
- TODO: add to PyPI
from FAIRtools import Collections
from FAIRtools import Metrics
from FAIRtools import Evaluations
id = ''
c = Collections(id)
c.title()- Documentation can be found in the
docsfolder.
- Tests are in the
testsfolder. - The testing framework used is PyTest. For more information on PyTest see their introduction.
- Tests can be run with
python setup.py test- This is configured in
setup.pyandsetup.cfg
- This is configured in
- Travis CI is used to run tests automatically.
- Configuration can be found in
.travis.yml
- Configuration can be found in
Mario Prieto Godoy, Carlos Martinez, & Mark Wilkinson. (2018, July 19). wilkinsonlab/FAIR_Evaluator_Client: First FAIR Evaluator Client release (Version v0.1.0). Zenodo. http://doi.org/10.5281/zenodo.1315447 .
Copyright (c) 2018, Wilkinson Laboratory for Biological Informatics
MIT license