Skip to main content

Python package for interacting with IBM Jazz

Project description

PyJazzClient is a simple python package for communicating with IBM Jazz.

>>> from pyjazzclient.jazzclient import JazzClient
>>> from pyjazzclient.testcase import TestCase
>>> server_url = "https://jazz.net/jazz"
>>> default_projects = {"qm": "__JVJ8e2eEeuHyM9xpDtK0B", "rm": "__JVJ8e2eEeuHyM9xpDtK0C"}
>>> jazz = JazzClient(server_url, "username", "password", default_projects)
>>> testcase = jazz.testcase(web_id=16197)
>>> print(testcase.title)
'The handheld device shall allow the meter reader to enter information about meters relocated on a particular route.'

Pyjazzclient allows you to create, edit, update, delete, lock, and unlock various artifacts within IBM Jazz with little need to understand the RqmAPI or OSLCS.

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

pyjazzclient-0.0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

pyjazzclient-0.0.1-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

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