Skip to content

zachary822/PyCyRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python CyREST library for Cytoscape

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages