Skip to main content

The python client package to interact with a running SBML4j service instance

Project description

Documentation Status

SBML4j python package

This is the python package to talk to a running SBML4j service instance.

Install

This package is available through pip To install use:

pip install pysbml4j

Usage

In your python project use

import pysbml4j

client = pysbml4j.Sbml4j()

This generates a client connection to a server running on

http://localhost:8080

To connect to a server running at different host use the 'Configuration' class

config = pysbml4j.Configuration("http://my-server-url:port")
client = pysbml4j.Sbml4j(config)

Then you can communicate with the running service using the client object.

client.listNetworks()

The main working object then is the 'Network' class.

myNet = client.getNetworkByName("NetworkNameFromNetworkList")

The following chapter describes the current options you have for working with the network element

Working with a network

Basic information

You can get a basic information dictionary for a network with

myNetInfo = myNet.getInfoDict()

GraphML

To get a graphML Representation use:

graphMLString = myNet.graphML()

You can provide the 'directed' attribute (true, false) to determine whether the resulting graph should be directed or not. The default is 'false'

There are more options, which I will provide documentation for shortly. Stay tuned.

To find out more about SBML4j visit the kohlbacherlab github repository

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

pysbml4j-1.3.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysbml4j-1.3.0-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file pysbml4j-1.3.0.tar.gz.

File metadata

  • Download URL: pysbml4j-1.3.0.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.1

File hashes

Hashes for pysbml4j-1.3.0.tar.gz
Algorithm Hash digest
SHA256 dca9c44dfb4747130962206254d15cb79e6e11a155972fb9d98f6d5cbe2f704e
MD5 2c7100e1a9fb9339ac5c2185e194413f
BLAKE2b-256 c113dded026271aa6be4fe4ae5da8a1eb0ebe81f01d795e24ef4b0395a5b40f0

See more details on using hashes here.

File details

Details for the file pysbml4j-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: pysbml4j-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 11.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.1

File hashes

Hashes for pysbml4j-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a67e0b29381b5b7ec57f8ae30caa8d92cb5dae2920fd4ccd6dcdc6f261b75c77
MD5 be34e35ebf4a3076986b7b9d49db5fa7
BLAKE2b-256 733b72b448a28400e9f6c667ad4fd7c1b41ddc041ce83cee501d48124dcd1d5a

See more details on using hashes here.

Supported by

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