gistimporter

An importer for Python 3.x to allow import modules from gists.


Keywords
gist, import, importer, github
License
Other
Install
pip install gistimporter==1.0.1

Documentation

gistimporter

An importer for Python 3.x to allow import modules from gists.

Install

You can install gistimporter from PyPi:

# pip install gistimporter

Usage

Import the library and use gistimporter.addgist() to add your gist URLs, after you can import modules normally:

import gistimporter
gistimporter.addgist('https://gist.github.com/delapuente/528fca98f42c5236ce1d')

import git
import fuzzyfy