solvebio-python
solvebio-python copied to clipboard
SolveBio Python bindings
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? 
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...
It would be nice to be able to save a template to a local JSON file for future use.
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,...
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
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...
Use one of the available python documentation tools to generate docs for all objects/resources and methods in solvebio-python.
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...