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

SolveBio Python bindings

Results 39 solvebio-python issues
Sort by recently updated
recently updated
newest added

Adds the ability to define templates as (very limited) classes rather than JSON. The main benefit is making it easier to create unit tests, and to write expressions with syntax...

which vault is it exactly that I am deleting? ![image](https://user-images.githubusercontent.com/1028443/38217779-836a87cc-369d-11e8-894f-b42228c2ddcb.png)

P2:normal
enhancement

Right now you get a AWS timeout, which might be confusing to the enduser looks like ```requests.exceptions.ProxyError: HTTPSConnectionPool(host='solvebio-secure-production.s3.amazonaws.com', port=443): Max retries exceeded with url: ... (Caused by ProxyError('Cannot connect to...

enhancement

It would be nice to be able to save a template to a local JSON file for future use.

P2:normal
feature

Without showing the number of pages (or if there are more pages), it is hard to tell if a single page of tabulated results is complete or missing other items,...

P2:normal
enhancement

The dataset.activity() call does not check tasks where `source_object_id` is equal to the dataset. This excludes DatasetExport tasks. Comments added about this in #306 PR

Store the SolveBio user object in the app authentication object. This would allow apps to save a User lookup Set somewhere here: https://github.com/solvebio/solvebio-python/blob/master/solvebio/contrib/dash/solvebio_auth.py#L169

P2:normal
enhancement

The requirement to call `Dataset.query().filter(field=value)` can be confusing. We can simplify this for most use cases by adding a `filter()` shortcut method to the Dataset object in the case where...

P2:normal
enhancement

Use one of the available python documentation tools to generate docs for all objects/resources and methods in solvebio-python.

P1:high
documentation

We currently upload files directly to AWS. Incorporate multi-part uploads to upload directly, or add easier way to include download URLs in a manifest (`manifest.add_url('https//..')`) from AWS docs http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingRESTAPImpUpload.html `The...

P2:normal
enhancement