ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

NDEx2 Python Client

.. _NDEx: http://ndexbio.org .. _NDEx REST Server API: http://home.ndexbio.org/using-the-ndex-server-api

.. image:: https://app.travis-ci.com/ndexbio/ndex2-client.svg?branch=master :target: https://app.travis-ci.com/ndexbio/ndex2-client

.. image:: https://img.shields.io/pypi/v/ndex2.svg :target: https://pypi.python.org/pypi/ndex2

.. image:: https://coveralls.io/repos/github/ndexbio/ndex2-client/badge.svg?branch=master :target: https://coveralls.io/github/ndexbio/ndex2-client?branch=master

.. image:: https://readthedocs.org/projects/ndex2/badge/?version=latest :target: https://ndex2.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

Overview

The NDEx2 Python Client provides methods to access NDEx via the NDEx REST Server API. As well as methods for common operations on networks via the NiceCXNetwork class.

Dependencies

Compatibility

Python 3.5+

.. note::

Python < 3.5 may have some issues

Installation

The NDEx2 Python Client module can be installed from the Python Package Index (PyPI) repository using PIP:

::

pip install ndex2

If you already have an older version of the ndex2 module installed, you can use this command instead:

::

pip install --upgrade ndex2

Resources

License

See LICENSE.txt <https://github.com/ndexbio/ndex2-client/blob/master/LICENSE.txt>_