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.2.0.tar.gz (11.5 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.2.0-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pysbml4j-1.2.0.tar.gz
Algorithm Hash digest
SHA256 d6399ed1829863891b10107b812899ddf4ddd4dc06ce46166cea16534f7c458a
MD5 7a4c0af56fa3f0d32482c33c39adf95d
BLAKE2b-256 13f13cdeaf1a8c8110a7093294c1152e9ea26e93daf4aabaf03a75e99b06cb8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysbml4j-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 11.5 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee9006c35ccb1023b5840ed4f5a10a1215ffdac904b5b3bb5f1fb573cab1606a
MD5 0f8bc0cc602babee8244747613aad3f9
BLAKE2b-256 2c069acf996d25b193086aad229125acf47e2f9fb6bdb2a3c11aeb23e3867ae2

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