ELM-Python-Client icon indicating copy to clipboard operation
ELM-Python-Client copied to clipboard

Python client for IBM Enterprise Lifecycle Management applications with example commandline applications for OSLC Query export to CSV from DOORS Next (DN/DNG), Enterprise Workflow Management (EWM/RTC)...

Results 32 ELM-Python-Client issues
Sort by recently updated
recently updated
newest added

Hi, we were trying to use the elmclient inside a Docker container, but it crashed on the first use of `termios.tcgetattr`, because there was no tty attached to stdin. The...

Fixes https://github.com/IBM/ELM-Python-Client/issues/68 This PR makes the `kbhit` function return `False` if there is no tty attached to stdin. This is semantically correct, as there cannot be a keyboard hit if...

Hi, this is just a tiny PR to fix the formatting of some bullet point lists in the README.

Hi, When I use the below strings in a project that has Configuration Management enabled (Opt-in), it never works. Would someone know why it's like that? represt rm resources -J...

Some servers (actually including jazz.net) use basic authentication and ELM-Python-Client does not support it. This PR makes _login() check `www-authenticate` header and do basic authentication if it is `basic`.

I am using OSLCQUERY with the -Q unstructured flag to pull down the urls of attachments for test cases. I am able to pull the column for other project areas,...

Hi, I am using represt to export a DNG Module to Excel. The only remaining issue is this one. Here is what I found using the debug tool in elmclient....

I am trying to pull comments and other fields that are showing up as rpXX:rtc_cm:column in my output data. I am wondering if there is a way to pull the...

After upgrading doors to Version 7.1.0 I'm having some issues when performing oslcqueries with elmclient. For instance, with previous versions I run this and worked pretty fine: > oslcquery -J...

Hi! I am using the elmclient in a project and I really like static type checkers like mypy. So I started to create .pyi stub files for your code and...