Metadata-Version: 2.1
Name: ggea
Version: 0.0.2
Summary: Asynchronous State Graph Generator
Home-page: https://github.com/clement-alexandre/TotemBionet
Author: Alexandre Clement
Author-email: alexandre.clement@etu.unice.fr
License: WTFPL
Description: # Générateur de Graphe d'État Asynchrone (Asynchronous State Graph Generator)
        
        ## Installation
        
        Install with [pip](https://pypi.org/project/ggea/):
        
            pip install ggea
        
        ## Run tests
        
        Execute the following command to run the test suite:
            
            python -m unittest tests.test
        
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
Provides-Extra: ipython
