algorithmiaio / langpacks

Standardized builder and runners for Algorithmia algorithms
https://algorithmia.com/
MIT License
16 stars 9 forks source link

ALGO-904 Porting Python to the "New Developer Experience" ADK [WIP] #180

Closed zeryx closed 3 years ago

zeryx commented 3 years ago

utilizes modifications made defined here: https://algorithmia.atlassian.net/wiki/spaces/PLAN/pages/271581185/Algorithm+Language+Standardization+Continuation+of+Migration https://algorithmia.atlassian.net/wiki/spaces/PLAN/pages/277381121/Further+language+exploration

With Handler logic / interconnection logic to connect to langserver built into the algorithmia python client: https://github.com/algorithmiaio/algorithmia-python/blob/master/ADK.md

zeryx commented 3 years ago

Currently python 2.7 environment support is not functioning as expected; will investigate in the handler before confirming this PR.

zeryx commented 3 years ago

closed as duplicate of https://github.com/algorithmiaio/langpacks/pull/191