Metadata-Version: 2.1
Name: model-picker
Version: 0.0.2
Summary: Pick a model
Home-page: https://github.com/clement-alexandre/TotemBionet
Author: Alexandre Clement
Author-email: alexandre.clement@etu.unice.fr
License: WTFPL
Keywords: jupyter,computational systems biology
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

============================================================================
Model Picker
============================================================================

.. image:: https://travis-ci.com/clement-alexandre/TotemBionet.svg?branch=master
    :target: https://travis-ci.com/clement-alexandre/TotemBionet

.. image:: https://codecov.io/gh/clement-alexandre/TotemBionet/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/clement-alexandre/TotemBionet


Installation
---------------

Install with `pip <https://pypi.org/project/model-picker/>`_:

    `pip install model-picker`

Install with `conda <https://anaconda.org/alexandre-clement/model-picker>`_:

    `conda install -c alexandre-clement model-picker`


Run tests
---------

Execute the following command to run the test suite:

    `python -m unittest tests.test`

