Best practice for hosting python packages to work with Rstudio Connect

Hi all,

Does anybody had any pointers/suggestions on how best to host internal and external python packages for use with RStudio Connect?

We use RStudio Package manager to handle our R needs and I am hoping there is a similar solution for python.

RStudio Connect installs python packages via pip and virtualenv

As such, I am wondering about how best to deal with

  1. Internal packages
  2. Packages only available on a conda channel (i.e. not via pip) e.g. https://github.com/chembl/ChEMBL_Structure_Pipeline
  3. Packages hosted on github

Thanks

Iain