Skip to content

Instantly share code, notes, and snippets.

@sergiolucero
Created May 1, 2018 03:37
Show Gist options
  • Save sergiolucero/e5889cc1e652114a42091ac904629b25 to your computer and use it in GitHub Desktop.
Save sergiolucero/e5889cc1e652114a42091ac904629b25 to your computer and use it in GitHub Desktop.
import microservices from git for flask
#git clone https://github.com/sanderjo/disk-speed.git
#idea! flask services should be gitable
urls = from git import my_dict
app = [(url,view) for url,view in my_dict]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment