An open API service indexing awesome lists of open source software.

https://github.com/cainmi/easy-pull-from-repository

A repository to pull code and files from, may be used to store page data links, code etc. mainly used for python for now
https://github.com/cainmi/easy-pull-from-repository

data html javascript python schema

Last synced: about 1 year ago
JSON representation

A repository to pull code and files from, may be used to store page data links, code etc. mainly used for python for now

Awesome Lists containing this project

README

          

using

# python

url = "https://gist.githubusercontent.com/operatorequals/ee5049677e7bbc97af2941d1d3f04ace/raw/e55fa867d3fb350f70b2897bb415f410027dd7e4"

with httpimport.remote_repo(url):
import hello

hello.hello()
"#" Hello world

and

# github

with httpimport.github_repo('operatorequals', 'httpimport', ref='master'):
import httpimport as httpimport_upstream
"#" Also works with 'bitbucket_repo' and 'gitlab_repo'

from "https://github.com/operatorequals/httpimport?tab=readme-ov-file"