Metadata-Version: 1.1
Name: smb-lib
Version: 0.1.7
Summary: save librairie python
Home-page: https://github.com/clement-alexandre/TotemBionet
Author: Mohamed Chennouf
Author-email: mohamed.chennouf@etu.unice.fr
License: WTFPL
Description: 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()
        ...
        
Keywords: jupyter,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
