https://github.com/zachary822/pycyrest
A python CyREST library for Cytoscape
https://github.com/zachary822/pycyrest
cytoscape python3 rest-client
Last synced: 7 months ago
JSON representation
A python CyREST library for Cytoscape
- Host: GitHub
- URL: https://github.com/zachary822/pycyrest
- Owner: zachary822
- Created: 2019-04-11T02:26:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T02:39:23.000Z (over 6 years ago)
- Last Synced: 2025-02-20T10:45:35.498Z (8 months ago)
- Topics: cytoscape, python3, rest-client
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyCyRest
## Introduction
Simple python library to connect to [cyREST](http://apps.cytoscape.org/apps/cyrest).
## Usage
```python
import pycyrestclient = 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
```bash
pip install pycyrest
```## License
MIT