http-import 0.1.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

httpimport 0.1.2

http_import

pip install http_import


远程内存加载Python模块

import sys
import http_import

sys.path.append('http://localhost:8000')
http_import.install_path_hook()
import requests
print(dir(requests))


开启http服务,python3 -m http.server

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.