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

Python Client for Algorithmia Algorithms and Data API

Results 12 algorithmia-python issues
Sort by recently updated
recently updated
newest added

Added a path in the api client to enable custom ca cert files being used by the generated API client; this PR permits that functionality with the python client.

[DEV-331](https://algorithmia.atlassian.net/browse/DEV-331) - making env-listing output more user friendly @zeryx is there a case when the environments response comes back as empty list? I've added some code for sorting the environments...

The README was using pip instead of pip3, pip its having multiple issues right now due to the fact that Python 2 its being completely deprecated, so now pip3 its...

This is a sensible thing, but specifically recommended by requests https://2.python-requests.org/en/master/user/quickstart/#timeouts > Nearly all production code should use this parameter in nearly all requests. > Failure to do so can...

As seen here: https://github.com/algorithmiaio/algorithmia-python/issues/17 users can have the following error when they use the client: ``` Traceback (most recent call last): ....... import re File "....py", line 142, in class...

Hi, I've been troubleshooting a bug where this client will hang forever waiting for a response in some cases. I noticed that calls using the requests library are not using...

Having a non-empty dir at this URL: data://asli/xgboost_iris_demo: - First trying `algo rmdir xgboost_iris_demo` and I get no response, so as a user I'm not sure if the CLI deleted...

enhancement

Currently only accepts a path and errors on a file https://github.com/algorithmiaio/algorithmia-python/blob/master/Algorithmia/datafile.py#L95-L102

Metadata such as duration might be useful for consumers