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
- Host: GitHub
- URL: https://github.com/cainmi/easy-pull-from-repository
- Owner: cainmi
- Archived: true
- Created: 2024-11-04T19:11:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:30:29.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:51:26.428Z (about 1 year ago)
- Topics: data, html, javascript, python, schema
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"