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 (Currently only on the test instance) To install use:

pip install --index-url https://test.pypi.org/simple/ pysbml4j==0.1.17

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pysbml4j-1.0.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1

File hashes

Hashes for pysbml4j-1.0.tar.gz
Algorithm Hash digest
SHA256 8f4a913e7355c12da3dfd99c5a1d1b2ed8179d42331224b05d73fd417e10ad14
MD5 99066c980571b6fd87fd2c04b93ba536
BLAKE2b-256 93e35e990895d3f4fa75eb1ae031b52a6918d64321cc86684df5c831f0edd799

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysbml4j-1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1

File hashes

Hashes for pysbml4j-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 529e0756b4bc81d6c1e826d33a4cae6faa34ef6a9cbd020805ca6d01581cd2bb
MD5 5eb1f20fa49f54142cf4fb102079f39c
BLAKE2b-256 c5ea4154e76874e0c6b5826876bb0aac8d9e5ed14d579e0369b639ab3114c662

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