sevenbridges-python icon indicating copy to clipboard operation
sevenbridges-python copied to clipboard

SevenBridges Python Api bindings

Results 8 sevenbridges-python issues
Sort by recently updated
recently updated
newest added

Hi folks: When i download files via API, the download completes, but file size is different than when I download via browser. Consequently, API-downloaded files wouldn't open with gzip or...

Old unauthenticated git protocol does not work anymore

When getting a `BadRequest` error from the SBG platform, it's not clear what the cause of the bad request is. I assume this could be input IDs, the workflow IDs,...

sevenbridges-python: 2.5.0 I'm using the api to calling the billing group method, but it seems `breakdown()` is not working (previously it was). Upon calling the `breakdown()` method, I receive the...

It appears the that the python library is returning an ambiguous error message about decoding the response body, when the actual cause is being unable to connect to Seven Bridges....

Is there a way to query the creation and activity dates for Seven Bridges projects through the python library? I've been looking at the python library at it doesn't seem...

I would like to import a list of files from a volume using `api.imports.bulk_submit(imports=...)`. It currently seems only possible to import these files into the root of the project. Could...

Downloading a file fails when the file already exists, e.g. ``` > dir _1_stdout.txt [other files] ``` ```python import sevenbridges as sbg file_ = sbg.files.query(project=, names=["_1_stdout.txt"])[0] file_.download(path="_1_stdout.txt", overwrite=True) ``` results...