Skip to main content

A python CyREST library for Cytoscape.

Project description

PyCyRest

Introduction

Simple python library to connect to cyREST.

Usage

import pycyrest

client = pycyrest.CyRest()

print(client.operations)  # get a list of all possible operations

client.getStylesNames()  # Call operation as attribute.

help(client.getStylesNames)  # See description and arguments for an operation

To get more information about each operation use the python help function.

Installation

pip install pycyrest

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyCyRest-1.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

PyCyRest-1.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page