Skip to content

wilkinsonlab/FAIR_Evaluator_Client

Repository files navigation

Python Package for FAIR Evaluator Client

Build Status

  • 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

What this package does?

TODO

How to install the package

Install via pip:

pip install git+https://github.com/wilkinsonlab/FAIR_Evaluator_Client.git

Usage example

from FAIRtools import Collections
from FAIRtools import Metrics
from FAIRtools import Evaluations

id = ''
c = Collections(id)
c.title()

Documentation

  • Documentation can be found in the docs folder.

Testing and code coverage

  • Tests are in the tests folder.
  • 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.py and setup.cfg
  • Travis CI is used to run tests automatically.
    • Configuration can be found in .travis.yml

Software citation

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 .

License

Copyright (c) 2018, Wilkinson Laboratory for Biological Informatics

MIT license

About

Python client to the FAIR Metrics Evaluator REST interface

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages