Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python client #1449

Merged
merged 16 commits into from
Oct 22, 2020
Merged

Python client #1449

merged 16 commits into from
Oct 22, 2020

Conversation

vishalbollu
Copy link
Contributor

@vishalbollu vishalbollu commented Oct 15, 2020

closes #684


checklist:

  • run make test and make lint
  • test manually (i.e. build/push all images, restart operator, and re-deploy APIs)
  • update examples
  • update docs and add any new files to summary.md (view in gitbook after merging)
  • cherry-pick into release branches if applicable
  • alert the dev team if the dev environment changed

@vishalbollu vishalbollu requested a review from deliahu October 15, 2020 04:52
@vishalbollu vishalbollu changed the title Python client [WIP] Python client Oct 19, 2020
Copy link
Member

@RobertLucian RobertLucian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

],
},
install_requires=(["importlib-resources; python_version < '3.7'"]),
python_requires=">=3.6.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe this should be 3.6.0 or 3.6. Is there a reason why 3.6.0 isn't supported?

@vishalbollu vishalbollu merged commit 293bcdb into master Oct 22, 2020
@vishalbollu vishalbollu deleted the python-client branch October 22, 2020 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Python client
3 participants