Metadata-Version: 2.1
Name: discrete-model
Version: 0.0.3
Summary: Discrete model for TotemBionet
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

============================================================================
Discrete Model
============================================================================

***************************************
Implementation of the discrete model for TotemBionet
***************************************

.. image:: https://travis-matrix-badges.herokuapp.com/repos/clement-alexandre/TotemBionet/branches/master/3
    :target: https://travis-ci.com/clement-alexandre/TotemBionet


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

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

    `pip install discrete-model`

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

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


Run tests
---------

Execute the following command to run the test suite:

    `python -m unittest tests.test`


