Metadata-Version: 2.1
Name: smb-lib
Version: 0.1.2
Summary: smbionet librairie python
Home-page: https://github.com/clement-alexandre/TotemBionet
Author: Mohamed Chennouf
Author-email: mohamed.chennouf@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
Requires-Dist: requests

Readme de smb-lib

librairie pipy : https://pypi.org/project/smb-lib/
librairie anaconda : https://anaconda.org/mohamedchennouf/smb-lib/


# How to Use this librairie:

import smb_lib

ip = "Ip of your API smbionet" #you can have in SMBIONET.md after running ./build.sh
smb_lib(ip).runSmbionet("graphe","ctl")
smb_lib(ip).consulteExperiences()


