Import directly from GitHub!

xlSlim 2.0.9 adds support for importing Python modules directly from git repos hosted by GitHub or Bitbucket.

This greatly simplifies code releases. Python modules do not need to be copied onto individual desktops, the modules can be read directly from git. The modules can be read from any git branch or from a specific commit. This is ideal for testing new features before a general release. The remote import functionality also allows code to imported from Gists which gives an easy way to share adhoc code.

Full details are in the docs
Back to blog

Leave a comment