Metadata-Version: 1.1
Name: ndexutil
Version: 0.1.0a2
Summary: Unsupported NDEx utilities
Home-page: https://github.com/ndexbio/ndexutils
Author: The NDEx Project
Author-email: contact@ndexbio.org
License: BSD
Description: ndex-python-utilities
        =====================
        
        **Warning: This repository is for development and features may change.
        Please use this at your own risk.**
        
        In addition to python, these utilities require some additional modules.
        
        To install these modules, type the following commands:
        
        .. code:: shell
        
            pip install requests
            pip install requests-toolbelt
            pip install ndex2
            pip install networkx==1.11
            pip install pandas
            pip install jsonschema
        
        
        
        
        =======
        History
        =======
        
        
        
Keywords: network analysis biology
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
