Skip to content

Python Client

twang15 edited this page May 16, 2021 · 3 revisions
  1. Get out the dependency hell with pyenv, Pipenv, virtualenv, and pip
  2. Pyenv (rbenv for Ruby) manages python interpreter versions
  3. Pipenv (bundle for Ruby) records/installs all the dependent packages

Dependencies:

  1. Python3 with the following pip3 packages:
    • inflection
  1. https://scottjjackson.medium.com/how-to-bulk-create-issues-in-github-a278d429b7bf