Metadata-Version: 2.1
Name: smb-lib
Version: 0.1.4
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

smb = smb_lib.smbionet("192.168.1.17")  # you can have ip in SMBIONET.md after running ./build.sh
smb.runSmbionet(graphe,ctl)
smb.consulteExperiences()
smb.purge()
...


